[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/11: gnu: python-greenlet: Update to 2.0.1.
From: |
guix-commits |
Subject: |
07/11: gnu: python-greenlet: Update to 2.0.1. |
Date: |
Thu, 19 Jan 2023 11:57:17 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix.
commit bdbe7cbe8169ffaa87f3e969c617fecb6db915a3
Author: Nicolas Graves <ngraves@ngraves.fr>
AuthorDate: Tue Dec 20 16:09:52 2022 +0100
gnu: python-greenlet: Update to 2.0.1.
* gnu/packages/python-xyz.scm (python-greenlet): Update to 2.0.1.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
gnu/packages/python-xyz.scm | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index c9d9d2e672..508984d671 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -16985,13 +16985,13 @@ library. It can be used to act both as a TFTP client
or TFTP server.")
(define-public python-greenlet
(package
(name "python-greenlet")
- (version "1.1.2")
- (source (origin
- (method url-fetch)
- (uri (pypi-uri "greenlet" version))
- (sha256
- (base32
- "0jkln5bf6rq7dbvpv7ypin3pp9jqd2jr91yyxlnfcii3msj5w3z3"))))
+ (version "2.0.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "greenlet" version))
+ (sha256
+ (base32 "0rqgxp1fai0fcyv46nd1389mxvk3ccixgdkwws70xnk08ib05rj2"))))
(build-system python-build-system)
(home-page "https://greenlet.readthedocs.io/")
(synopsis "Lightweight in-process concurrent programming")
- branch master updated (26bb41d6d5 -> 3846ceec4e), guix-commits, 2023/01/19
- 01/11: gnu: guile-next: Add '.tarball-version' file to get correct version., guix-commits, 2023/01/19
- 03/11: gnu: gnulib: Refer to "gcc" as provided via implicit package inputs., guix-commits, 2023/01/19
- 07/11: gnu: python-greenlet: Update to 2.0.1.,
guix-commits <=
- 06/11: gnu: Fix home-page typos, guix-commits, 2023/01/19
- 04/11: gnu: nettle: Fix mingw cross-compilation., guix-commits, 2023/01/19
- 05/11: gnu: hledger: Install documentation., guix-commits, 2023/01/19
- 02/11: gnu: guile-next: Really depend on self., guix-commits, 2023/01/19
- 09/11: gnu: python-eventlet: Manage broken tests with nosetests., guix-commits, 2023/01/19
- 08/11: gnu: python-gevent: Update to 22.10.2., guix-commits, 2023/01/19
- 11/11: gnu: Add petri-foo., guix-commits, 2023/01/19
- 10/11: gnu: python-eventlet: Exclude broken test., guix-commits, 2023/01/19