[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
24/361: gnu: python-jupytext: Update to 1.15.0.
From: |
guix-commits |
Subject: |
24/361: gnu: python-jupytext: Update to 1.15.0. |
Date: |
Thu, 21 Nov 2024 06:28:40 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit b237587d3583e56acd3c6d67cfd3099885238107
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 a6aecaf0a5..630520510e 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
- 15/361: gnu: Add missing import., (continued)
- 15/361: gnu: Add missing import., guix-commits, 2024/11/21
- 12/361: guix: pyproject-build-system: Default configure-flags to empty dictionary., guix-commits, 2024/11/21
- 19/361: gnu: Add setuptools/wheel to more Python packages., guix-commits, 2024/11/21
- 18/361: gnu: python-typing-extensions: Update to 4.10.0., guix-commits, 2024/11/21
- 02/361: gnu: python-imagesize: Update to 1.4.1., guix-commits, 2024/11/21
- 06/361: build-system/python: Ignore symlinks when changing mtime., guix-commits, 2024/11/21
- 09/361: guix: toml: Add TOML parser., guix-commits, 2024/11/21
- 16/361: gnu: Add missing import (again)., guix-commits, 2024/11/21
- 21/361: gnu: python-markdown-it-py: Update to 3.0.0., guix-commits, 2024/11/21
- 22/361: gnu: python-mdit-py-plugins: Update to 0.4.0., guix-commits, 2024/11/21
- 24/361: gnu: python-jupytext: Update to 1.15.0.,
guix-commits <=
- 25/361: gnu: python-textual: Update to 0.50.1., guix-commits, 2024/11/21
- 35/361: gnu: python-packaging-bootstrap: Update to 23.2., guix-commits, 2024/11/21
- 40/361: gnu: java-testng: Disable one test., guix-commits, 2024/11/21
- 11/361: gnu: python-pytest-xdist: Disable failing test., guix-commits, 2024/11/21
- 13/361: doc: Document new options for pyproject-build-system., guix-commits, 2024/11/21
- 17/361: gnu: python-sphinx: Update to 6.2.1., guix-commits, 2024/11/21
- 23/361: gnu: python-rich: Update to 13.7.0., guix-commits, 2024/11/21
- 14/361: gnu: Add python-setuptools/python-wheel where necessary., guix-commits, 2024/11/21
- 30/361: gnu: python-traitlets: Update to 5.14.1., guix-commits, 2024/11/21
- 47/361: gnu: python-vine: Add missing inputs., guix-commits, 2024/11/21