rekado pushed a commit to branch python-team
in repository guix.

commit c96766bb05241f8bde5845e587f2f72a7f366ab4
Author: Sharlatan Hellseher <sharlata...@gmail.com>
AuthorDate: Tue Feb 13 14:15:43 2024 +0000

    gnu: python-jupytext: Update to 1.15.0.
    
    * gnu/packages/python-xyz.scm (python-jupytext): Update to 1.15.0.
    
    Change-Id: I8cbd4e45eae838cb1733bf8feeb3bc2abe960513
---
 gnu/packages/python-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index accec4107f..1d291833cc 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -393,7 +393,7 @@ design}.")
 (define-public python-jupytext
   (package
     (name "python-jupytext")
-    (version "1.14.4")
+    (version "1.15.0")
     (source
      (origin
        (method git-fetch)
@@ -402,7 +402,7 @@ design}.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "19d443vx597zzxna09qpync9iic3mris80bwm3kd8xaxaq0zq9w4"))))
+        (base32 "0bgf0c4py22ip7qfla8mrmypfh3bg151c8awsr1gvcbw7m4ni01k"))))
     (build-system python-build-system)
     (arguments
      (list

Reply via email to