guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/09: gnu: guile-simple-zmq: Update to d25d186.


From: guix-commits
Subject: 05/09: gnu: guile-simple-zmq: Update to d25d186.
Date: Tue, 24 Oct 2023 12:10:54 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 04215779baaa21f10bd5f20999761dc506e449d8
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Tue Oct 24 17:28:51 2023 +0200

    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
---
 gnu/packages/guile-xyz.scm | 6 +++---
 1 file 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]