mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05:00
gnu: guile-qr-code: Update to 0.2.0.
* gnu/packages/guile-xyz.scm (guile-qr-code): Update to 0.2.0. Change-Id: Ia727ef2501191aa86b9008e03e927293dd3b7125 Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
f805aafb12
commit
ad7211cfe0
1 changed files with 2 additions and 2 deletions
|
@ -5821,7 +5821,7 @@ (define-public guile-cbor
|
|||
(define-public guile-qr-code
|
||||
(package
|
||||
(name "guile-qr-code")
|
||||
(version "0.1.0")
|
||||
(version "0.2.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -5830,7 +5830,7 @@ (define-public guile-qr-code
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1pbsnkz8pw1x8n9mjq8rm37wmalzbcz98gk8mcfycyd896qdmf4w"))))
|
||||
(base32 "0rs23xk6wpf618ln9n0aj3k6vhg4s80qpyp6z3j5gdrpfsgp7nf7"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue