[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#62418] [PATCH 1/6] gnu: python-leather: Update to 0.3.4.
From: |
Greg Hogan |
Subject: |
[bug#62418] [PATCH 1/6] gnu: python-leather: Update to 0.3.4. |
Date: |
Fri, 24 Mar 2023 13:23:26 +0000 |
* gnu/packages/wireservices.scm (python-leather): Update to 0.3.4.
---
gnu/packages/wireservice.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/wireservice.scm b/gnu/packages/wireservice.scm
index d315bc2d74..b8b2cff3f7 100644
--- a/gnu/packages/wireservice.scm
+++ b/gnu/packages/wireservice.scm
@@ -65,7 +65,7 @@ (define-syntax-rule (wireservice-package extra-fields ...)
(define-public python-leather
(wireservice-package
(name "python-leather")
- (version "0.3.3")
+ (version "0.3.4")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -74,7 +74,7 @@ (define-public python-leather
(file-name (git-file-name name version))
(sha256
(base32
- "1ck3dplni99sv4s117cbm07ydwwjsrxkhdy19rnk0iglia1d4s5i"))))
+ "00cg4cidl15q1xv2pmxdkia5brig7x0xy9hwf2mlf9cq39bpj1w6"))))
(native-inputs
`(("python-nose" ,python-nose)
("python-sphinx" ,python-sphinx)
--
2.40.0
- [bug#62418] [PATCH 0/6] Update csvkit., Greg Hogan, 2023/03/24
- [bug#62418] [PATCH 1/6] gnu: python-leather: Update to 0.3.4.,
Greg Hogan <=
- [bug#62418] [PATCH 3/6] gnu: python-agate-sql: Update to 0.5.9., Greg Hogan, 2023/03/24
- [bug#62418] [PATCH 6/6] gnu: csvkit: Update to 1.1.1., Greg Hogan, 2023/03/24
- [bug#62418] [PATCH 2/6] gnu: python-agate-dbf: Update to 0.2.2., Greg Hogan, 2023/03/24
- [bug#62418] [PATCH 5/6] gnu: python-agate: Update to 1.7.1, Greg Hogan, 2023/03/24
- [bug#62418] [PATCH 4/6] gnu: Add python-agate-locales., Greg Hogan, 2023/03/24