guix-commits
[Top][All Lists]
Advanced

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

04/06: gnu: python-jupytext: Update to 1.14.4.


From: guix-commits
Subject: 04/06: gnu: python-jupytext: Update to 1.14.4.
Date: Tue, 21 Feb 2023 08:51:21 -0500 (EST)

cbaines pushed a commit to branch master
in repository guix.

commit e1e74336a2b5f39653520b731bdc3696390a1f18
Author: Greg Hogan <code@greghogan.com>
AuthorDate: Sat Feb 18 01:35:42 2023 +0000

    gnu: python-jupytext: Update to 1.14.4.
    
    Fixes test failure in test_multiple_pairing in 1.14.1.
    
    * gnu/packages/python-xyz.scm (python-jupytext): Update to 1.14.4.
    
    Signed-off-by: Christopher Baines <mail@cbaines.net>
---
 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 71a52a7ad8..1b120399a7 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -319,7 +319,7 @@ design}.")
 (define-public python-jupytext
   (package
     (name "python-jupytext")
-    (version "1.14.1")
+    (version "1.14.4")
     (source
      (origin
        (method git-fetch)
@@ -328,7 +328,7 @@ design}.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0gqpvphrp2ja9ggadx0rrk0sqbpz6kqqg62qqmw4k17469lphc8c"))))
+        (base32 "19d443vx597zzxna09qpync9iic3mris80bwm3kd8xaxaq0zq9w4"))))
     (build-system python-build-system)
     (arguments
      (list



reply via email to

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