[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/07: gnu: python-mdit-py-plugins: Update to 0.4.0.
From: |
guix-commits |
Subject: |
02/07: gnu: python-mdit-py-plugins: Update to 0.4.0. |
Date: |
Tue, 27 Feb 2024 04:25:16 -0500 (EST) |
rekado pushed a commit to branch python-team
in repository guix.
commit c60c8730f6fec183032fb1eec0972501294b29c5
Author: Felix Gruber <felgru@posteo.net>
AuthorDate: Tue Feb 13 14:15:39 2024 +0000
gnu: python-mdit-py-plugins: Update to 0.4.0.
* gnu/packages/python-xyz.scm (python-mdit-py-plugins): Update to 0.4.0.
Change-Id: I18ca46abebe125d1a6729c10a3f4fa4a62a145ba
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
---
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 51340e4960..c393f2cb65 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -1131,7 +1131,7 @@ that best match text queries.")
(define-public python-mdit-py-plugins
(package
(name "python-mdit-py-plugins")
- (version "0.3.1")
+ (version "0.4.0")
(source (origin
(method git-fetch) ;for tests
(uri (git-reference
@@ -1140,7 +1140,7 @@ that best match text queries.")
(file-name (git-file-name name version))
(sha256
(base32
- "00ybbfb6dzn9q5qnvnm8bmhd84s215ik7pcdb4r35zhwiv2ikizz"))))
+ "1790fcf3nd9c5j37fx87x3ivfyihk6l74jxj1qxvw3qfyb96w4k0"))))
(build-system pyproject-build-system)
(propagated-inputs
(list python-markdown-it-py
- 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 <=
- 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, 2024/02/27
- 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