mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: units: Update to 2.26.
* gnu/packages/maths.scm (units): Update to 2.26. Merges: https://codeberg.org/guix/guix/pulls/6835 Change-Id: I48946549f1938e51bc390c5e36a3546a1453966a Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
committed by
Sharlatan Hellseher
parent
c2dcea8665
commit
a7ca954df5
@@ -507,13 +507,13 @@ triangulations.")
|
||||
(define-public units
|
||||
(package
|
||||
(name "units")
|
||||
(version "2.25")
|
||||
(version "2.26")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnu/units/units-" version
|
||||
".tar.gz"))
|
||||
(sha256 (base32
|
||||
"02zclvjji25hsdriz4jwys5i21dbcmz3i4gap8266k8bq0xg9v9n"))))
|
||||
"0m1whwcggib8kyzmcjkw94sxnd8r19d7bh6k6gj2w8g2kyjgfhsc"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
(list bash-minimal ;for wrap-program
|
||||
|
||||
Reference in New Issue
Block a user