diff options
author | Ludovic Courtès <ludo@gnu.org> | 2019-06-26 15:04:18 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2019-06-26 15:59:58 +0200 |
commit | 5d5edb88bd3bf45fe07becccc24790dca525516a (patch) | |
tree | efe824a8791105e09e98204f0c12d58c951e00cb /gnu/packages/guile-xyz.scm | |
parent | 67d24b15ca634ac4820f9b7b410a6a2980bdab4a (diff) | |
download | patches-5d5edb88bd3bf45fe07becccc24790dca525516a.tar patches-5d5edb88bd3bf45fe07becccc24790dca525516a.tar.gz |
gnu: python-on-guile: Update to 00a51a2.
* gnu/packages/guile-xyz.scm (python-on-guile): Update to 00a51a2.
Diffstat (limited to 'gnu/packages/guile-xyz.scm')
-rw-r--r-- | gnu/packages/guile-xyz.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm index 5366b1b976..877551ea3b 100644 --- a/gnu/packages/guile-xyz.scm +++ b/gnu/packages/guile-xyz.scm @@ -2170,8 +2170,8 @@ serializing continuations or delimited continuations.") (license license:lgpl2.0+)))) (define-public python-on-guile - (let ((commit "058c596cd3886447da31171e1026d4d19f5f5313") - (revision "2")) + (let ((commit "00a51a23247f1edc4ae8eda72b30df5cd7d0015f") + (revision "3")) (package (name "python-on-guile") (version (git-version "0.1.0" revision commit)) @@ -2183,7 +2183,7 @@ serializing continuations or delimited continuations.") (file-name (git-file-name name version)) (sha256 (base32 - "0ppyh5kkhsph5kc091p2b5a3alnj3wnlx8jr5xpyhrsj0vx9cqph")))) + "03rpnqr08rqr3gay128g564rwk8w4jbj28ss6b46z1d4vjs4nk68")))) (build-system gnu-build-system) (arguments `(#:parallel-build? #f ; not supported |