gnu: python-attrs: Update to 19.1.0.

* gnu/packages/python-xyz.scm (python-attrs): Update to 19.1.0.
master
Marius Bakke 2019-03-04 19:43:06 +01:00
parent a6184bee6f
commit c41d5144cf
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

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