[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch core-updates updated: gnu: python-distlib: Update to 0.3.1.
From: |
guix-commits |
Subject: |
branch core-updates updated: gnu: python-distlib: Update to 0.3.1. |
Date: |
Mon, 30 Nov 2020 16:54:54 -0500 |
This is an automated email from the git hooks/post-receive script.
ngz pushed a commit to branch core-updates
in repository guix.
The following commit(s) were added to refs/heads/core-updates by this push:
new 6b6efa8 gnu: python-distlib: Update to 0.3.1.
6b6efa8 is described below
commit 6b6efa84e0ce8ef940ed2c65f5834900f6cbc069
Author: Tanguy Le Carrour <tanguy@bioneland.org>
AuthorDate: Mon Nov 30 22:40:01 2020 +0100
gnu: python-distlib: Update to 0.3.1.
* gnu/packages/python-xyz.scm (python-distlib): Update to 0.3.1.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
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 f4cba62..d0396c5 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -5555,14 +5555,14 @@ by pycodestyle.")
(define-public python-distlib
(package
(name "python-distlib")
- (version "0.3.0")
+ (version "0.3.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "distlib" version ".zip"))
(sha256
(base32
- "08fyi2r246733vharl2yckw20rilci28r91mzrnnvcr638inw5if"))))
+ "1wdzv7fsjhrkhh1wfkarlhcwa8m00mgcpdsvknmf2qy8f9l13xpd"))))
(build-system python-build-system)
(arguments
`(#:phases
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch core-updates updated: gnu: python-distlib: Update to 0.3.1.,
guix-commits <=