1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-15 03:20:43 +02:00

gnu: zug: Update to 0.1.1.

* gnu/packages/cpp.scm (zug): Update to 0.1.1.

Change-Id: I0e86256f986bab5d97081ddd9ef85375643a6997
This commit is contained in:
Liliana Marie Prikler 2024-07-09 09:38:36 +02:00
parent 009fb462ef
commit e165382c16
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -1816,19 +1816,17 @@ written in C++.")
(license license:boost1.0))) (license license:boost1.0)))
(define-public zug (define-public zug
(let ((commit "d7e814b45fceceee3cb1442997d8b46cee4764ec")
(revision "0"))
(package (package
(name "zug") (name "zug")
(version (git-version "0.0.0" revision commit)) (version "0.1.1")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://github.com/arximboldi/zug") (url "https://github.com/arximboldi/zug")
(commit commit))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "1ww4prh763n81kzzijak8z495varlvqml4ip7i09klqnw6ya72fc")) (base32 "06vsbzx4ripidpb6ia7y1y8pmjk6gxzr93ilby90ahj6p2x08baf"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet #~(delete-file-recursively "tools")))) (snippet #~(delete-file-recursively "tools"))))
(build-system cmake-build-system) (build-system cmake-build-system)
@ -1838,7 +1836,7 @@ written in C++.")
(synopsis "Higher-order sequence transformers") (synopsis "Higher-order sequence transformers")
(description "Zug is a C++ library providing transducers, that is, (description "Zug is a C++ library providing transducers, that is,
composable sequential transformations.") composable sequential transformations.")
(license license:boost1.0)))) (license license:boost1.0)))
(define-public lager (define-public lager
(let ((commit "2016df38be90ee176bcb73ea414be2318bc1ef31") (let ((commit "2016df38be90ee176bcb73ea414be2318bc1ef31")