guix-commits
[Top][All Lists]
Advanced

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

13/17: gnu: python-attrs-bootstrap: Update to 18.2.0.


From: guix-commits
Subject: 13/17: gnu: python-attrs-bootstrap: Update to 18.2.0.
Date: Mon, 4 Mar 2019 17:03:50 -0500 (EST)

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

commit a6184bee6fd01c6cfac5b51d1020a8ba6d9c61de
Author: Marius Bakke <address@hidden>
Date:   Mon Mar 4 19:41:54 2019 +0100

    gnu: python-attrs-bootstrap: Update to 18.2.0.
    
    * gnu/packages/python-xyz.scm (python-attrs-bootstrap)[version, source]: 
Remove.
---
 gnu/packages/python-xyz.scm | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 5043f87..e86698f 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -11237,15 +11237,6 @@ protocols.")
   (package
     (inherit python-attrs)
     (name "python-attrs-bootstrap")
-    ;; Keep this on a fixed version so python-attrs can be updated without
-    ;; triggering a mass-rebuild.  FIXME: Update this in the next rebuild 
cycle.
-    (version "17.4.0")
-    (source (origin
-              (method url-fetch)
-              (uri (pypi-uri "attrs" version))
-              (sha256
-               (base32
-                "1jafnn1kzd6qhxgprhx6y6ik1r5m2rilx25syzcmq03azp660y8w"))))
     (native-inputs `())
     (arguments `(#:tests? #f))))
 



reply via email to

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