mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 15:26:47 +01:00
gnu: python-on-guile: Update to 1.2.3.5.
* gnu/packages/guile-xyz.scm (python-on-guile): Update to 1.2.3.5.
This commit is contained in:
parent
af91d13385
commit
cdf6a11880
1 changed files with 2 additions and 2 deletions
|
@ -2574,7 +2574,7 @@ (define-public guile-persist
|
||||||
(define-public python-on-guile
|
(define-public python-on-guile
|
||||||
(package
|
(package
|
||||||
(name "python-on-guile")
|
(name "python-on-guile")
|
||||||
(version "1.2.3.4")
|
(version "1.2.3.5")
|
||||||
(home-page "https://gitlab.com/python-on-guile/python-on-guile")
|
(home-page "https://gitlab.com/python-on-guile/python-on-guile")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -2583,7 +2583,7 @@ (define-public python-on-guile
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1qn5f79z43jh0rqh39a0qal81nsnw3cd5pj0d1j5cm3nhj5s64a7"))))
|
"05xrvcj6a4gzq1ybyin270qz8wamgc7w2skyi9iy6hkpgdhxy8vf"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:parallel-build? #f ;not supported
|
`(#:parallel-build? #f ;not supported
|
||||||
|
|
Loading…
Reference in a new issue