guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: libdispatch: Update to 5.9.2.


From: guix-commits
Subject: branch master updated: gnu: libdispatch: Update to 5.9.2.
Date: Wed, 24 Jan 2024 15:26:46 -0500

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 362ab8bf18 gnu: libdispatch: Update to 5.9.2.
362ab8bf18 is described below

commit 362ab8bf1837fd8de68d603c6a2fc6360f160042
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Jan 24 22:25:00 2024 +0200

    gnu: libdispatch: Update to 5.9.2.
    
    * gnu/packages/c.scm (libdispatch): Update to 5.9.2.
    
    Change-Id: I119d1de974673aa2c08eb51a7bcaa7ce24aeb0b2
---
 gnu/packages/c.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/c.scm b/gnu/packages/c.scm
index ac83336ba5..1346605c71 100644
--- a/gnu/packages/c.scm
+++ b/gnu/packages/c.scm
@@ -1390,7 +1390,7 @@ directory contents.")
 (define-public libdispatch
   (package
     (name "libdispatch")
-    (version "5.7")
+    (version "5.9.2")
     (source
      (origin
        (method git-fetch)
@@ -1400,7 +1400,7 @@ directory contents.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "0skg1azbhbg7y0ql2a5sx6lmfip8l1rajqm95zzf9xv45n4dg9nn"))))
+         "02k90asz0yxrcmy67mmqqc68n8f16jf445l0n7jryb7nk30bgmm6"))))
     (build-system cmake-build-system)
     (arguments
      (list #:phases



reply via email to

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