gnu: python-on-guile: Update to 00a51a2.
* gnu/packages/guile-xyz.scm (python-on-guile): Update to 00a51a2.
This commit is contained in:
parent
67d24b15ca
commit
5d5edb88bd
|
@ -2170,8 +2170,8 @@ serializing continuations or delimited continuations.")
|
||||||
(license license:lgpl2.0+))))
|
(license license:lgpl2.0+))))
|
||||||
|
|
||||||
(define-public python-on-guile
|
(define-public python-on-guile
|
||||||
(let ((commit "058c596cd3886447da31171e1026d4d19f5f5313")
|
(let ((commit "00a51a23247f1edc4ae8eda72b30df5cd7d0015f")
|
||||||
(revision "2"))
|
(revision "3"))
|
||||||
(package
|
(package
|
||||||
(name "python-on-guile")
|
(name "python-on-guile")
|
||||||
(version (git-version "0.1.0" revision commit))
|
(version (git-version "0.1.0" revision commit))
|
||||||
|
@ -2183,7 +2183,7 @@ serializing continuations or delimited continuations.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0ppyh5kkhsph5kc091p2b5a3alnj3wnlx8jr5xpyhrsj0vx9cqph"))))
|
"03rpnqr08rqr3gay128g564rwk8w4jbj28ss6b46z1d4vjs4nk68"))))
|
||||||
(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 New Issue