[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/07: gnu: python-jupytext: Update to 1.15.0.
From: |
guix-commits |
Subject: |
04/07: gnu: python-jupytext: Update to 1.15.0. |
Date: |
Tue, 27 Feb 2024 04:25:17 -0500 (EST) |
rekado pushed a commit to branch python-team
in repository guix.
commit bfa41668315b3d9bd1becaea6872cfe8b40a824a
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Tue Feb 13 14:15:43 2024 +0000
gnu: python-jupytext: Update to 1.15.0.
* gnu/packages/python-xyz.scm (python-jupytext): Update to 1.15.0.
Change-Id: I8cbd4e45eae838cb1733bf8feeb3bc2abe960513
---
gnu/packages/python-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index c6fc52cc48..d9d70060a9 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -340,7 +340,7 @@ design}.")
(define-public python-jupytext
(package
(name "python-jupytext")
- (version "1.14.4")
+ (version "1.15.0")
(source
(origin
(method git-fetch)
@@ -349,7 +349,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
- branch python-team updated (b77f45a62c -> b5149d2704), guix-commits, 2024/02/27
- 01/07: gnu: python-markdown-it-py: Update to 3.0.0., guix-commits, 2024/02/27
- 02/07: gnu: python-mdit-py-plugins: Update to 0.4.0., guix-commits, 2024/02/27
- 03/07: gnu: python-rich: Update to 13.7.0., guix-commits, 2024/02/27
- 04/07: gnu: python-jupytext: Update to 1.15.0.,
guix-commits <=
- 05/07: gnu: python-textual: Update to 0.50.1., guix-commits, 2024/02/27
- 06/07: gnu: python-myst-parser: Relax some requirements., guix-commits, 2024/02/27
- 07/07: gnu: python-lightning-cloud: Disable tests., guix-commits, 2024/02/27