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++.") | |||
| 2795 | (define-public zug | 2795 | (define-public zug |
| 2796 | (package | 2796 | (package |
| 2797 | (name "zug") | 2797 | (name "zug") |
| 2798 | (version "0.1.1") | 2798 | (version "0.1.2") |
| 2799 | (source (origin | 2799 | (source (origin |
| 2800 | (method git-fetch) | 2800 | (method git-fetch) |
| 2801 | (uri (git-reference | 2801 | (uri (git-reference |
| @@ -2803,7 +2803,7 @@ written in C++.") | |||
| 2803 | (commit (string-append "v" version)))) | 2803 | (commit (string-append "v" version)))) |
| 2804 | (file-name (git-file-name name version)) | 2804 | (file-name (git-file-name name version)) |
| 2805 | (sha256 | 2805 | (sha256 |
| 2806 | (base32 "06vsbzx4ripidpb6ia7y1y8pmjk6gxzr93ilby90ahj6p2x08baf")) | 2806 | (base32 "1fy6wvvlp1253lzh66zcq5sp656jxvanxf7iq8pi37ymjq5fyynh")) |
| 2807 | (modules '((guix build utils))) | 2807 | (modules '((guix build utils))) |
| 2808 | (snippet #~(delete-file-recursively "tools")))) | 2808 | (snippet #~(delete-file-recursively "tools")))) |
| 2809 | (build-system cmake-build-system) | 2809 | (build-system cmake-build-system) |
