1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: polyml: Update to 5.9.1.

* gnu/packages/sml.scm (polyml): Update to 5.9.1.

Change-Id: I93571e78e2a62f7aff05f2a93ccc3cb48c154a28
This commit is contained in:
宋文武
2025-03-09 12:28:05 +08:00
parent e633cc7ffd
commit 494bbe00ea

View File

@@ -35,7 +35,7 @@
(define-public polyml
(package
(name "polyml")
(version "5.9")
(version "5.9.1")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -44,7 +44,7 @@
(file-name (git-file-name name version))
(sha256
(base32
"0hhij8y0kvchg9rarzrcr9i0f629s2chbg258b0jscicjv9ghi6w"))))
"1s7lpnxg826r2lm2c81j9a61zwljy2ybkqwadjiwrfi0hmbczn89"))))
(build-system gnu-build-system)
(inputs
(list gmp lesstif libffi libx11 libxt))