summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2019-03-04 19:41:54 +0100
committerMarius Bakke <mbakke@fastmail.com>2019-03-04 22:58:58 +0100
commita6184bee6fd01c6cfac5b51d1020a8ba6d9c61de (patch)
treeb8c6e055037b181a1d5e9bdae887deb7536ece01 /gnu
parentce1706b1bd7c4d085ea050fff038a811e3b2df10 (diff)
downloadguix-a6184bee6fd01c6cfac5b51d1020a8ba6d9c61de.tar.gz
gnu: python-attrs-bootstrap: Update to 18.2.0.
* gnu/packages/python-xyz.scm (python-attrs-bootstrap)[version, source]: Remove.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/python-xyz.scm9
1 files changed, 0 insertions, 9 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 5043f87c6f..e86698fd5b 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))))