guix-commits
[Top][All Lists]
Advanced

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

14/17: gnu: python-attrs: Update to 19.1.0.


From: guix-commits
Subject: 14/17: gnu: python-attrs: Update to 19.1.0.
Date: Mon, 4 Mar 2019 17:03:51 -0500 (EST)

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

commit c41d5144cf9affce02b7252493e3ac4b93a2f745
Author: Marius Bakke <address@hidden>
Date:   Mon Mar 4 19:43:06 2019 +0100

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



reply via email to

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