diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2021-11-30 20:17:30 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2021-11-30 20:30:02 +0100 |
commit | 79bc8123574f8877c82577af85138e6bf70995c5 (patch) | |
tree | 5b1fdc5e74bbc21520632326220af4c59d874ec8 | |
parent | f7db3bf27712098001453284ac92fe089b0bd370 (diff) |
gnu: guile-wisp: Update to 1.0.6.
* gnu/packages/guile-xyz.scm (guile-wisp): Update to 1.0.6.
-rw-r--r-- | gnu/packages/guile-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm index 9f0c27e25d..51849fb587 100644 --- a/gnu/packages/guile-xyz.scm +++ b/gnu/packages/guile-xyz.scm @@ -1859,7 +1859,7 @@ user which package sets would they like to install from it.") (define-public guile-wisp (package (name "guile-wisp") - (version "1.0.5") + (version "1.0.6") (source (origin (method hg-fetch) (uri (hg-reference @@ -1868,7 +1868,7 @@ user which package sets would they like to install from it.") (file-name (git-file-name name version)) (sha256 (base32 - "00iknn03gf421gg3061g35fbraqrkcqypkrfn10rhlgg6j0lgk67")))) + "0df0vch2p6qymz3f96clrkl2gphjk6x7fbya236yzxc07hkz2j3g")))) (build-system gnu-build-system) (arguments `(#:modules ((guix build gnu-build-system) |