[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: python-attrs: Update to 20.3.0.
From: |
guix-commits |
Subject: |
branch master updated: gnu: python-attrs: Update to 20.3.0. |
Date: |
Sat, 02 Jan 2021 15:56:24 -0500 |
This is an automated email from the git hooks/post-receive script.
ngz pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 461d817 gnu: python-attrs: Update to 20.3.0.
461d817 is described below
commit 461d81727a554be16a86fe436fca0aab802cedb5
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Jan 2 21:55:51 2021 +0100
gnu: python-attrs: Update to 20.3.0.
* gnu/packages/python-xyz.scm (python-attrs): Update to 20.3.0.
---
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 0ac95de..0288feb 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -15224,13 +15224,13 @@ and bit flag values.")
(define-public python-attrs
(package
(name "python-attrs")
- (version "19.3.0")
+ (version "20.3.0")
(source (origin
(method url-fetch)
(uri (pypi-uri "attrs" version))
(sha256
(base32
- "0wky4h28n7xnr6xv69p9z6kv8bzn50d10c3drmd9ds8gawbcxdzp"))))
+ "007pchhxk2nh6m2rgflkkij9xjwysq3fl7xr72cy8i4pw76s6al3"))))
(build-system python-build-system)
(arguments
`(#:modules ((guix build utils)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: python-attrs: Update to 20.3.0.,
guix-commits <=