guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/05: gnu: python-on-guile: Update to 1.2.3.5.


From: guix-commits
Subject: 02/05: gnu: python-on-guile: Update to 1.2.3.5.
Date: Wed, 24 Jun 2020 16:12:09 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit cdf6a11880b2e745f0dc8fd9af116ff9ce122fc1
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Wed Jun 24 20:34:35 2020 +0200

    gnu: python-on-guile: Update to 1.2.3.5.
    
    * gnu/packages/guile-xyz.scm (python-on-guile): Update to 1.2.3.5.
---
 gnu/packages/guile-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index c9beef2..f8e59b0 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -2574,7 +2574,7 @@ serializing continuations or delimited continuations.")
 (define-public python-on-guile
   (package
     (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";)
     (source (origin
               (method git-fetch)
@@ -2583,7 +2583,7 @@ serializing continuations or delimited continuations.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1qn5f79z43jh0rqh39a0qal81nsnw3cd5pj0d1j5cm3nhj5s64a7"))))
+                "05xrvcj6a4gzq1ybyin270qz8wamgc7w2skyi9iy6hkpgdhxy8vf"))))
     (build-system gnu-build-system)
     (arguments
      `(#:parallel-build? #f                   ;not supported



reply via email to

[Prev in Thread] Current Thread [Next in Thread]