diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-02-15 14:54:50 +0000 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-02-27 22:51:56 +0000 |
commit | 533942d513bb3e0f90564e6acf461f8d84172692 (patch) | |
tree | fd33d181d87bba51409ca689675e59b0478acd2a /gnu | |
parent | 299d1f104a2acddae43433a3f145505fab3999ef (diff) | |
download | guix-533942d513bb3e0f90564e6acf461f8d84172692.tar.gz guix-533942d513bb3e0f90564e6acf461f8d84172692.zip |
gnu: giza: Update to 1.4.1.
* gnu/packages/maths.scm (giza): Update to 1.4.1.
Change-Id: I7e6087e22cc6dea4a680fa45db155e42a724b50d
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/maths.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 1f61ee0583..e88a74636b 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -1285,7 +1285,7 @@ in the terminal or with an external viewer.") (define-public giza (package (name "giza") - (version "1.3.2") + (version "1.4.1") (source (origin (method git-fetch) @@ -1293,7 +1293,7 @@ in the terminal or with an external viewer.") (url "https://github.com/danieljprice/giza") (commit (string-append "v" version)))) (sha256 - (base32 "1clklh3nzgwrwg80h3k5x65gdymbvcc84c44nql7m4bv9b8rqfsq")) + (base32 "17h8hkhcqlvgryyp5n206fbqpals2vbnjy4f6f1zwj9jiblgi5mj")) (file-name (git-file-name name version)))) (build-system gnu-build-system) (native-inputs |