diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-05-06 17:58:42 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-05-06 21:53:21 +0200 |
commit | f285b31522d5b68612a0a1c65c2afcebac9fa605 (patch) | |
tree | 79a61bf395e1628e641e549d8e879b4f2ded4238 /gnu | |
parent | 5a71d277b7cad94f2f3fc941afa870012c37f0cb (diff) | |
download | guix-f285b31522d5b68612a0a1c65c2afcebac9fa605.tar.gz |
gnu: polyml: Update to 5.8.2.
* gnu/packages/sml.scm (polyml): Update to 5.8.2.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/sml.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/sml.scm b/gnu/packages/sml.scm index 6db8028177..b7e96f028c 100644 --- a/gnu/packages/sml.scm +++ b/gnu/packages/sml.scm @@ -1,6 +1,6 @@ ;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2017 Andy Patterson <ajpatter@uwaterloo.ca> -;;; Copyright © 2017 Tobias Geerinckx-Rice <me@tobias.gr> +;;; Copyright © 2017, 2021 Tobias Geerinckx-Rice <me@tobias.gr> ;;; Copyright © 2018 Ricardo Wurmus <rekado@elephly.net> ;;; Copyright © 2019, 2020 Brett Gilio <brettg@gnu.org> ;;; @@ -33,7 +33,7 @@ (define-public polyml (package (name "polyml") - (version "5.8.1") + (version "5.8.2") (source (origin (method git-fetch) (uri (git-reference @@ -42,7 +42,7 @@ (file-name (git-file-name name version)) (sha256 (base32 - "1ag7n55ym1zxksi89dvs17j6iaa58v4mg47s92zpa1b49k4fql1k")))) + "1y3i919kzylvhwfsi6adnc0ah0xahl6ncna0g5bcjyhxsq2416rn")))) (build-system gnu-build-system) (inputs `(("gmp" ,gmp) |