mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: smalltalk: Update to 3.2.5.
* gnu/packages/smalltalk.scm (smalltalk): Update to 3.2.5.
This commit is contained in:
parent
2306f7ab4b
commit
693b57e41c
1 changed files with 2 additions and 2 deletions
|
@ -26,7 +26,7 @@ (define-module (gnu packages smalltalk)
|
|||
(define-public smalltalk
|
||||
(package
|
||||
(name "smalltalk")
|
||||
(version "3.2.4")
|
||||
(version "3.2.5")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -34,7 +34,7 @@ (define-public smalltalk
|
|||
version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1bdhbppjv1fswh4ls9q90zix38l1hg9qd4c4bz1pbg1af991xq3a"))))
|
||||
"1k2ssrapfzhngc7bg1zrnd9n2vyxp9c9m70byvsma6wapbvib6l1"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs `(("zip" ,zip)))
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue