mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-jupytext: Update to 1.15.0.
* gnu/packages/python-xyz.scm (python-jupytext): Update to 1.15.0. Change-Id: I8cbd4e45eae838cb1733bf8feeb3bc2abe960513
This commit is contained in:
parent
98cab4b183
commit
aa2771faff
1 changed files with 2 additions and 2 deletions
|
@ -536,7 +536,7 @@ design}.")
|
|||
(define-public python-jupytext
|
||||
(package
|
||||
(name "python-jupytext")
|
||||
(version "1.14.4")
|
||||
(version "1.15.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -545,7 +545,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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue