diff options
| author | Kei Kebreau <kkebreau@posteo.net> | 2018-07-02 21:12:15 -0400 |
|---|---|---|
| committer | Kei Kebreau <kkebreau@posteo.net> | 2018-07-02 21:12:55 -0400 |
| commit | 6104f922eef949cc49c4ef45a8c0cfef83989f53 (patch) | |
| tree | d84b36aa3f1dee97cc5c4c8fdb82f92dacc9bdf8 | |
| parent | 673135df30d48a7099c62adb1b452425e2eda3c8 (diff) | |
gnu: units: Update to 2.17.
* gnu/packages/maths.scm (units): Update to 2.17.
| -rw-r--r-- | gnu/packages/maths.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 64b8887e487..39e2c38eb47 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm | |||
| @@ -210,13 +210,13 @@ programming languages.") | |||
| 210 | (define-public units | 210 | (define-public units |
| 211 | (package | 211 | (package |
| 212 | (name "units") | 212 | (name "units") |
| 213 | (version "2.16") | 213 | (version "2.17") |
| 214 | (source (origin | 214 | (source (origin |
| 215 | (method url-fetch) | 215 | (method url-fetch) |
| 216 | (uri (string-append "mirror://gnu/units/units-" version | 216 | (uri (string-append "mirror://gnu/units/units-" version |
| 217 | ".tar.gz")) | 217 | ".tar.gz")) |
| 218 | (sha256 (base32 | 218 | (sha256 (base32 |
| 219 | "11hnp3gcmcc5kci2caxw4hs6m08h2mhqs3xzqq7iafx1ha2ggwyw")))) | 219 | "1n2xzpnxfn475zkd8rzs5gg58xszjbr4bdbgvk6hryzimvwwj0qz")))) |
| 220 | (build-system gnu-build-system) | 220 | (build-system gnu-build-system) |
| 221 | (inputs | 221 | (inputs |
| 222 | `(("readline" ,readline) | 222 | `(("readline" ,readline) |
