diff options
author | Greg Hogan <code@greghogan.com> | 2023-02-18 01:35:42 +0000 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2023-02-21 13:36:50 +0000 |
commit | e1e74336a2b5f39653520b731bdc3696390a1f18 (patch) | |
tree | 1c2ae3d0ab2b87dae2dc2a43f00c3d4edd1a69d3 /gnu | |
parent | e42d1ae6124a934a0926e79e5182e6c420016d1d (diff) | |
download | guix-e1e74336a2b5f39653520b731bdc3696390a1f18.tar.gz |
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>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files 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 |