Archived
1
0
Fork 0

gnu: giza: Update to 1.4.1.

* gnu/packages/maths.scm (giza): Update to 1.4.1.

Change-Id: I7e6087e22cc6dea4a680fa45db155e42a724b50d
This commit is contained in:
Sharlatan Hellseher 2024-02-15 14:54:50 +00:00
parent 299d1f104a
commit 533942d513
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -1285,7 +1285,7 @@ in the terminal or with an external viewer.")
(define-public giza (define-public giza
(package (package
(name "giza") (name "giza")
(version "1.3.2") (version "1.4.1")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -1293,7 +1293,7 @@ in the terminal or with an external viewer.")
(url "https://github.com/danieljprice/giza") (url "https://github.com/danieljprice/giza")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(sha256 (sha256
(base32 "1clklh3nzgwrwg80h3k5x65gdymbvcc84c44nql7m4bv9b8rqfsq")) (base32 "17h8hkhcqlvgryyp5n206fbqpals2vbnjy4f6f1zwj9jiblgi5mj"))
(file-name (git-file-name name version)))) (file-name (git-file-name name version))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs