[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/14: gnu: python-jmespath: Update to 1.0.0.
From: |
guix-commits |
Subject: |
03/14: gnu: python-jmespath: Update to 1.0.0. |
Date: |
Mon, 18 Apr 2022 17:27:36 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit b0ec23afb72eecaa2a59fddf5d528255d05d4b3c
Author: Felix Gruber <felgru@posteo.net>
AuthorDate: Sun Apr 17 20:04:19 2022 +0000
gnu: python-jmespath: Update to 1.0.0.
* gnu/packages/python-xyz.scm (python-jmespath): Update to 1.0.0.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
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 219a0d9213..101204a5d5 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -14491,14 +14491,14 @@ servers.")
(define-public python-jmespath
(package
(name "python-jmespath")
- (version "0.9.4")
+ (version "1.0.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "jmespath" version))
(sha256
(base32
- "0k0765x1mybcrzajh3hiqkl8sy9hs0bmn4900frxy0j3ykvaxqmx"))))
+ "0pmzfi230zfgiq2rz896kbb9f7mp0lnrjdl6x1npvxfixn0f5454"))))
(build-system python-build-system)
(native-inputs
(list python-nose))
- branch master updated (237d90a780 -> 6b677f4299), guix-commits, 2022/04/18
- 03/14: gnu: python-jmespath: Update to 1.0.0.,
guix-commits <=
- 05/14: gnu: Remove python-botocore-for-awscli., guix-commits, 2022/04/18
- 08/14: gnu: mousepad: Update to 0.5.9., guix-commits, 2022/04/18
- 07/14: gnu: orage: Update to 4.16.0., guix-commits, 2022/04/18
- 04/14: gnu: awscli: Update to 1.22.90., guix-commits, 2022/04/18
- 02/14: gnu: nss-certs: Support cross-compilation., guix-commits, 2022/04/18
- 06/14: gnu: Remove python-pyyaml-for-awscli., guix-commits, 2022/04/18
- 10/14: gnu: Add python-quart., guix-commits, 2022/04/18
- 13/14: gnu: emacs-chess: Fix path to pieces., guix-commits, 2022/04/18
- 01/14: gnu: ntp: Support cross-compilation., guix-commits, 2022/04/18
- 14/14: services: ipfs: Adjust for Shepherd 0.9., guix-commits, 2022/04/18