summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim@guixotic.coop>2025-11-08 20:16:41 +0900
committerMaxim Cournoyer <maxim@guixotic.coop>2025-11-08 20:54:25 +0900
commitdc78389a201123a37b1d083493bff28af4c705ea (patch)
tree97d279007a4bff21768e2e6c49d9d97be67c7aa6
parent130421225ed87fa3a2feaa4056c090000f7ffcb8 (diff)
gnu: pharo-vm: Update to 10.3.7+3.af67084.
* gnu/packages/smalltalk.scm (pharo-vm): Update to 10.3.7+3.af67084. Change-Id: I65a509f281846b3cb66be57a1f2bd4f2bcd97ba2
-rw-r--r--gnu/packages/smalltalk.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/smalltalk.scm b/gnu/packages/smalltalk.scm
index f6f22a14a04..71538eb0479 100644
--- a/gnu/packages/smalltalk.scm
+++ b/gnu/packages/smalltalk.scm
@@ -60,7 +60,7 @@
60 (name "pharo-vm") 60 (name "pharo-vm")
61 ;; Use the latest release made available from 61 ;; Use the latest release made available from
62 ;; <https://files.pharo.org/vm/pharo-spur64-headless/Linux-x86_64/source/>. 62 ;; <https://files.pharo.org/vm/pharo-spur64-headless/Linux-x86_64/source/>.
63 (version "10.3.5+19.5c89251") 63 (version "10.3.7+3.af67084")
64 (source 64 (source
65 (origin 65 (origin
66 (method url-fetch) 66 (method url-fetch)
@@ -70,7 +70,7 @@
70 "Linux-x86_64/source/PharoVM-v" version 70 "Linux-x86_64/source/PharoVM-v" version
71 "-Linux-x86_64-c-src.tar.gz")) 71 "-Linux-x86_64-c-src.tar.gz"))
72 (sha256 72 (sha256
73 (base32 "1w0m25x52p94zfv9gq2v011s0c260m2prpi4zlcrwyi0yxxbz27j")) 73 (base32 "0h4qqrxgw7kv4al8k6dr6xai6gwrc25vgsamj6czqrvnskfln8fh"))
74 (patches (search-patches "pharo-vm-cmake.patch")))) 74 (patches (search-patches "pharo-vm-cmake.patch"))))
75 (build-system cmake-build-system) 75 (build-system cmake-build-system)
76 (arguments 76 (arguments