diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-02-13 14:15:43 +0000 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-12-13 20:18:31 +0000 |
commit | aa2771faff6ae48939670314170fcbbe6b67e37d (patch) | |
tree | cbfc48810d147a87599f350dd95155a5e910e132 /gnu | |
parent | 98cab4b183062f4c5e036efaa6c602db4aa311e0 (diff) |
gnu: python-jupytext: Update to 1.15.0.
* gnu/packages/python-xyz.scm (python-jupytext): Update to 1.15.0.
Change-Id: I8cbd4e45eae838cb1733bf8feeb3bc2abe960513
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 b444f59a78..5a06edc35e 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -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 |