me
/
guix
Archived
1
0
Fork 0

gnu: python-attrs-bootstrap: Update to 18.2.0.

* gnu/packages/python-xyz.scm (python-attrs-bootstrap)[version, source]: Remove.
master
Marius Bakke 2019-03-04 19:41:54 +01:00
parent ce1706b1bd
commit a6184bee6f
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 0 additions and 9 deletions

View File

@ -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))))