Commitbc68dcd4Recorded28 Jun 2026Repositorysigil-web-styles

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 sigil pin ^0.14 -> ^0.17 (stdlib 0.17.1). Patch version 0.2.1 -> 0.2.2. Resolves sigil-css 0.9.2 (relocked for 0.17), fixing the css->string non-termination; suite passes (17 tests).

Changed
 package.sgl |  4 ++--
 sigil.lock  | 12 ++++++------
 2 files changed, 8 insertions(+), 8 deletions(-)
Diff
package.sglmodified
@@ -5,8 +5,8 @@
5
6
(package
7
name: "sigil-web-styles"
8
version: "0.2.1"
9
sigil: "^0.14"
+8
version: "0.2.2"
+9
sigil: "^0.17"
10
description: "Design system and theme library for Sigil web apps"
11
url: "https://codeberg.org/sigil/sigil-web-styles"
12
license: "BSD-3-Clause"
sigil.lockmodified
@@ -1,16 +1,16 @@
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: "152ea26c05b73c5d003b246a008d0a79ed0c42d0"
+4
url: "codeberg:sigil/sigil"
+5
ref: "^0.17"
+6
sha: "61ba6501f4ff5d1fd534c13c4a3494b69cc88412"
7
package-selector: "sigil-stdlib"
8
version: "0.14.17")
+8
version: "0.17.1")
9
(package name: "sigil-css"
10
url: "codeberg:sigil/sigil-css"
11
ref: "^0.9.1"
12
sha: "df075c3b938295c300ab090cf4bed90596967f2c"
13
version: "0.9.1")
+12
sha: "80d333278d45ae81567001afb352d3d4f69bea92"
+13
version: "0.9.2")
14
(package name: "sigil-test"
15
url: "codeberg:sigil/sigil"
16
ref: "^0.17"