diff options
| author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2026-03-04 19:58:07 +0100 |
|---|---|---|
| committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2026-03-12 08:57:23 +0100 |
| commit | dfb1b7d18d5903167e6f77169326d1a1dc1987be (patch) | |
| tree | 6f4f48e773e2b2e312e14b08638e9cb46a632833 /gnu/packages/cpp.scm | |
| parent | dc597e30fe2ea223f36c426179ada90ec1e6e4fc (diff) | |
gnu: zug: Update to 0.1.2.
* gnu/packages/cpp.scm (zug): Update to 0.1.2.
Diffstat (limited to 'gnu/packages/cpp.scm')
| -rw-r--r-- | gnu/packages/cpp.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm index 5693d487007..e8458423952 100644 --- a/gnu/packages/cpp.scm +++ b/gnu/packages/cpp.scm @@ -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) |
