1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: zug: Update to 0.1.2.

* gnu/packages/cpp.scm (zug): Update to 0.1.2.
This commit is contained in:
Liliana Marie Prikler
2026-03-04 19:58:07 +01:00
parent dc597e30fe
commit dfb1b7d18d

View File

@@ -2795,7 +2795,7 @@ written in C++.")
(define-public zug
(package
(name "zug")
(version "0.1.1")
(version "0.1.2")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -2803,7 +2803,7 @@ written in C++.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "06vsbzx4ripidpb6ia7y1y8pmjk6gxzr93ilby90ahj6p2x08baf"))
(base32 "1fy6wvvlp1253lzh66zcq5sp656jxvanxf7iq8pi37ymjq5fyynh"))
(modules '((guix build utils)))
(snippet #~(delete-file-recursively "tools"))))
(build-system cmake-build-system)