mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: units: Update to 2.13.
* gnu/packages/maths.scm (units): Update to 2.13.
This commit is contained in:
parent
ec91bcb500
commit
5e74529271
1 changed files with 2 additions and 2 deletions
|
@ -115,13 +115,13 @@ (define-public c-graph
|
|||
(define-public units
|
||||
(package
|
||||
(name "units")
|
||||
(version "2.12")
|
||||
(version "2.13")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnu/units/units-" version
|
||||
".tar.gz"))
|
||||
(sha256 (base32
|
||||
"1jxvjknz2jhq773jrwx9gc1df3gfy73yqmkjkygqxzpi318yls3q"))))
|
||||
"1awhjw9zjlfb8s5g3yyx63f7ddfcr1sanlbxpqifmrgq24ql198b"))))
|
||||
(build-system gnu-build-system)
|
||||
(synopsis "Conversion between thousands of scales")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue