guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: atomic-queue: Update to 1.6.5.


From: guix-commits
Subject: 01/02: gnu: atomic-queue: Update to 1.6.5.
Date: Wed, 23 Oct 2024 07:41:04 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 325fbdae7dc7e67d87dd8babf4361fe00da11daa
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Oct 23 09:55:05 2024 +0300

    gnu: atomic-queue: Update to 1.6.5.
    
    * gnu/packages/cpp.scm (atomic-queue): Update to 1.6.5.
    
    Change-Id: I322352ecd7cdc70d54ed53fba4356de20c858d1f
---
 gnu/packages/cpp.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm
index 7044e491ec..26fc169154 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -1921,7 +1921,7 @@ event loops it also provides lenses and cursors.")
 (define-public atomic-queue
   (package
     (name "atomic-queue")
-    (version "1.0")
+    (version "1.6.5")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1930,7 +1930,7 @@ event loops it also provides lenses and cursors.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0ssff73wlvrsk2nma99dmvm0ijyzfr54jk37kxgpb694r7ajc90l"))))
+                "1qr9wi017pb62cfga91prxgqjsz4y2jr8fyp4dvfccwr2pynwrnh"))))
     (build-system meson-build-system)
     (arguments
      `(#:configure-flags '("-Dbenchmarks=false")



reply via email to

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