mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: guile-simple-zmq: Update to 0.0.0-4.29a20af.
* gnu/packages/guile-xyz.scm (guile-simple-zmq): Update to 0.0.0-4.29a20af.
This commit is contained in:
parent
edfa066dca
commit
2a1736564c
1 changed files with 3 additions and 3 deletions
|
@ -966,8 +966,8 @@ (define-public guile-aa-tree
|
|||
(license license:gpl3+)))
|
||||
|
||||
(define-public guile-simple-zmq
|
||||
(let ((commit "68bedb6679716214fb9d3472da57544526f7a618")
|
||||
(revision "3"))
|
||||
(let ((commit "5fc3b7190d31c258ce969c2a5d2ad38c66a09d09")
|
||||
(revision "4"))
|
||||
(package
|
||||
(name "guile-simple-zmq")
|
||||
(version (git-version "0.0.0" revision commit))
|
||||
|
@ -979,7 +979,7 @@ (define-public guile-simple-zmq
|
|||
(commit commit)))
|
||||
(sha256
|
||||
(base32
|
||||
"1ad3xg69qqviy1f6dnlw0ysmfdbmp1jq65rfqb8nfd8dsrq2syli"))
|
||||
"0inhvl5jssvbw3nd129wdahfwyvy1iciq403wzf0algbvl1fqs7z"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system guile-build-system)
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue