Commit0953f394Recorded28 Jun 2026Repositorysigil-hooks
Relock off retired sigil-lang; build against sigil 0.17.1
Message
Repoint the core sigil.lock entry codeberg:sigil/sigil-lang -> codeberg:sigil/sigil and regenerate via sigil deps install. Bump the sigil pin to ^0.17 (stdlib resolves 0.17.1). Patch version bump to 0.16.1.
Changed
package.sgl | 4 ++--
sigil.lock | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)Diff
package.sglmodified
@@ -4,8 +4,8 @@
4
5
(package 6
name: "sigil-hooks"−7
version: "0.16.0"−8
sigil: "^0.16"+7
version: "0.16.1"+8
sigil: "^0.17" 9
description: "Emacs-style hook system for Sigil" 10
url: "https://codeberg.org/sigil/sigil-hooks" 11
license: "BSD-3-Clause"sigil.lockmodified
@@ -1,9 +1,9 @@
1
;; Auto-generated by sigil deps install. Do not edit. 2
(lock 3
(package name: "sigil-stdlib"−4
url: "codeberg:sigil/sigil-lang"−5
ref: "^0.14"−6
sha: "dba24e3fe531bc150bcf93444e764f87fb321850"+4
url: "codeberg:sigil/sigil"+5
ref: "^0.17"+6
sha: "61ba6501f4ff5d1fd534c13c4a3494b69cc88412" 7
package-selector: "sigil-stdlib"−8
version: "0.14.1")+8
version: "0.17.1") 9
)