mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: guile-hygguile: Update to 1.0.4.
* gnu/packages/guile-xyz.scm (guile-hygguile): Update to 1.0.4. Closes: #609 Change-Id: I04fbd4a1dc1bec0bfb3d07ad451a711d940e7902
This commit is contained in:
parent
f619f50b65
commit
3332fe04bb
1 changed files with 2 additions and 2 deletions
|
@ -6666,7 +6666,7 @@ The resulting QR codes can be rendered to ASCII art strings or to PNG images (us
|
|||
(define-public guile-hygguile
|
||||
(package
|
||||
(name "guile-hygguile")
|
||||
(version "0.5.9")
|
||||
(version "1.0.4")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -6675,7 +6675,7 @@ The resulting QR codes can be rendered to ASCII art strings or to PNG images (us
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "01xixcay0qsbkmd47j46ky6cqn278ayb78sdf2cgq5fn3rbgigsc"))))
|
||||
(base32 "1z96lgqm2d90wsn02i4qn2grrw3xfvh9m2l31nk1pfi1kc856hmd"))))
|
||||
(build-system guile-build-system)
|
||||
(native-inputs (list guile-3.0))
|
||||
(arguments
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue