mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: units: Update to 2.21.
* gnu/packages/maths.scm (units): Update to 2.21.
This commit is contained in:
parent
735093e521
commit
1b16727c18
1 changed files with 2 additions and 2 deletions
|
@ -307,13 +307,13 @@ (define-public python2-cvxopt
|
|||
(define-public units
|
||||
(package
|
||||
(name "units")
|
||||
(version "2.19")
|
||||
(version "2.21")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnu/units/units-" version
|
||||
".tar.gz"))
|
||||
(sha256 (base32
|
||||
"0mk562g7dnidjgfgvkxxpvlba66fh1ykmfd9ylzvcln1vxmi6qj2"))))
|
||||
"1bybhqs4yrly9myb5maz3kdmf8k4fhk2m1d5cbcryn40z6lq0gkc"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
`(("readline" ,readline)
|
||||
|
|
Loading…
Reference in a new issue