guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

19/51: gnu: python-attrs: Update to 19.3.0.


From: guix-commits
Subject: 19/51: gnu: python-attrs: Update to 19.3.0.
Date: Fri, 24 Jan 2020 14:48:15 -0500 (EST)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 8aed0895f1ddafd0333a15a8473ff5e1fe0751f8
Author: Marius Bakke <address@hidden>
AuthorDate: Wed Jan 15 22:00:38 2020 +0100

    gnu: python-attrs: Update to 19.3.0.
    
    * gnu/packages/python-xyz.scm (python-attrs): Update to 19.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 072f894..7ae650c 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -12369,13 +12369,13 @@ and bit flag values.")
 (define-public python-attrs
   (package
     (name "python-attrs")
-    (version "19.1.0")
+    (version "19.3.0")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "attrs" version))
               (sha256
                (base32
-                "16g33zr5f449lqc5wgvzpknxryfzrfsxcr6kpgxwn7l5fkv71f7h"))))
+                "0wky4h28n7xnr6xv69p9z6kv8bzn50d10c3drmd9ds8gawbcxdzp"))))
     (build-system python-build-system)
     (arguments
      `(#:modules ((guix build utils)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]