mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
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>
This commit is contained in:
parent
e42d1ae612
commit
e1e74336a2
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue