summary refs log tree commit diff
path: root/gnu/packages/guile-xyz.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2023-10-24 17:28:51 +0200
committerLudovic Courtès <ludo@gnu.org>2023-10-24 18:06:21 +0200
commit04215779baaa21f10bd5f20999761dc506e449d8 (patch)
treedef520c3e3323ea12f3fe1c1d7b04961b3715749 /gnu/packages/guile-xyz.scm
parent216f8ffff49c54ad56209c4fd6528f2d80ee8fed (diff)
downloadguix-04215779baaa21f10bd5f20999761dc506e449d8.tar.gz
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
Diffstat (limited to 'gnu/packages/guile-xyz.scm')
-rw-r--r--gnu/packages/guile-xyz.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 0dbab6d991..cf37a218e3 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -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