summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2019-06-15 18:29:58 +0200
committerLudovic Courtès <ludo@gnu.org>2019-06-15 18:29:58 +0200
commit494a8cd03af6607bde7c7c369cbdcc1e1aa2ccc2 (patch)
tree909d0a34c5feba65f25e5eedac9c53505cfd3497 /gnu
parenta59902ff11a80ca55a8fc644aebe429c426386c3 (diff)
downloadpatches-494a8cd03af6607bde7c7c369cbdcc1e1aa2ccc2.tar
patches-494a8cd03af6607bde7c7c369cbdcc1e1aa2ccc2.tar.gz
gnu: units: Update to 2.19.
* gnu/packages/maths.scm (units): Update to 2.19.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/maths.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index a0a077cf99..6d8fb9cec5 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -290,13 +290,13 @@ programming language.")
(define-public units
(package
(name "units")
- (version "2.18")
+ (version "2.19")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/units/units-" version
".tar.gz"))
(sha256 (base32
- "0y26kj349i048y4z3xrk90bvciw2j6ds3rka7r7yn3183hirr5b4"))))
+ "0mk562g7dnidjgfgvkxxpvlba66fh1ykmfd9ylzvcln1vxmi6qj2"))))
(build-system gnu-build-system)
(inputs
`(("readline" ,readline)