gnu: smalltalk: Update to version 3.2.91.
* gnu/packages/smalltalk.scm (smalltalk): Update to 3.2.91. Co-Authored-By: Holger Peters <holger.peters@posteo.de>
This commit is contained in:
parent
e3281657c8
commit
df965a54e1
@ -46,15 +46,16 @@
|
|||||||
(define-public smalltalk
|
(define-public smalltalk
|
||||||
(package
|
(package
|
||||||
(name "smalltalk")
|
(name "smalltalk")
|
||||||
(version "3.2.5")
|
(version "3.2.91")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnu/smalltalk/smalltalk-"
|
;; XXX: Revert to mirror://gnu with the next release of Smalltalk.
|
||||||
|
(uri (string-append "https://alpha.gnu.org/gnu/smalltalk/smalltalk-"
|
||||||
version ".tar.xz"))
|
version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1k2ssrapfzhngc7bg1zrnd9n2vyxp9c9m70byvsma6wapbvib6l1"))
|
"1zb2h5cbz1cwybqjl24lflw359lwj7sjvvhwb4x6miypzhwq4qh0"))
|
||||||
;; XXX: To be removed with the next release of Smalltalk.
|
;; XXX: To be removed with the next release of Smalltalk.
|
||||||
(patches (search-patches "smalltalk-multiplication-overflow.patch"))))
|
(patches (search-patches "smalltalk-multiplication-overflow.patch"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
|
Loading…
Reference in New Issue
Block a user