diff mbox series

[bug#61591] gnu: python-jupytext: Update to 1.14.4.

Message ID 20230218013542.166697-1-code@greghogan.com
State New
Headers show
Series [bug#61591] gnu: python-jupytext: Update to 1.14.4. | expand

Commit Message

Greg Hogan Feb. 18, 2023, 1:35 a.m. UTC
Fixes test failure in test_multiple_pairing in 1.14.1.

* gnu/packages/python-xyz.scm (python-jupytext): Update to 1.14.4.

Comments

Christopher Baines Feb. 21, 2023, 1:51 p.m. UTC | #1
Greg Hogan <code@greghogan.com> writes:

> Fixes test failure in test_multiple_pairing in 1.14.1.
>
> * gnu/packages/python-xyz.scm (python-jupytext): Update to 1.14.4.

Thanks! I've pushed this to master as
e1e74336a2b5f39653520b731bdc3696390a1f18.

Chris
diff mbox series

Patch

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index f97faefc65..a88d590c46 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -319,7 +319,7 @@  (define-public python-janus
 (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 @@  (define-public python-jupytext
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0gqpvphrp2ja9ggadx0rrk0sqbpz6kqqg62qqmw4k17469lphc8c"))))
+        (base32 "19d443vx597zzxna09qpync9iic3mris80bwm3kd8xaxaq0zq9w4"))))
     (build-system python-build-system)
     (arguments
      (list