gnu: atomic-queue: Update to 1.6.5.

* gnu/packages/cpp.scm (atomic-queue): Update to 1.6.5.

Change-Id: I322352ecd7cdc70d54ed53fba4356de20c858d1f
This commit is contained in:
Efraim Flashner 2024-10-23 09:55:05 +03:00
parent 14c69d1c43
commit 325fbdae7d
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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")