mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
14c69d1c43
commit
325fbdae7d
1 changed files with 2 additions and 2 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue