gnu: guile-simple-zmq: Update to d25d186.
Includes a fix for a use-after-free bug: <https://github.com/jerry40/guile-simple-zmq/pull/20> * gnu/packages/guile-xyz.scm (guile-simple-zmq): Update to d25d186. Change-Id: I1dfb7b1c0e97bb92425ade676ab29be33b8ae20d
This commit is contained in:
parent
216f8ffff4
commit
04215779ba
@ -1401,8 +1401,8 @@ the Guile compiler tower to generate the DSL from AWS JSON specifications.")
|
||||
(license license:gpl3+))))
|
||||
|
||||
(define-public guile-simple-zmq
|
||||
(let ((commit "ff0b39aec9312517fb48681564e261bd000aaf63")
|
||||
(revision "10"))
|
||||
(let ((commit "d25d1865e3378d93c44e2b4f5246a70b078a489d")
|
||||
(revision "11"))
|
||||
(package
|
||||
(name "guile-simple-zmq")
|
||||
(version (git-version "0.0.0" revision commit))
|
||||
@ -1414,7 +1414,7 @@ the Guile compiler tower to generate the DSL from AWS JSON specifications.")
|
||||
(commit commit)))
|
||||
(sha256
|
||||
(base32
|
||||
"0qfnljap1cxkfsydadarvhcw4p6cgayxzbhqr6r1y0as0m8250q3"))
|
||||
"1aq1s0f0z5g6qsv9jqr0663qv4rwxd9j1pmg1g8v6rl09xb8g8lp"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
|
Loading…
Reference in New Issue
Block a user