mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: python-netaddr: Update to 0.7.19.
* gnu/packages/python.scm (python-netaddr): Update to 0.7.19.
This commit is contained in:
parent
b7585ca3b9
commit
e121be1e15
1 changed files with 2 additions and 2 deletions
|
@ -7290,7 +7290,7 @@ (define-public python2-msgpack
|
|||
(define-public python-netaddr
|
||||
(package
|
||||
(name "python-netaddr")
|
||||
(version "0.7.18")
|
||||
(version "0.7.19")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -7300,7 +7300,7 @@ (define-public python-netaddr
|
|||
".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"06dxjlbcicq7q3vqy8agq11ra01kvvd47j4mk6dmghjsyzyckxd1"))))
|
||||
"1zdfadvpq4lmcqzr383gywxn4xyn355kj1n3lk9q2l03vmyfrbiq"))))
|
||||
(build-system python-build-system)
|
||||
(arguments `(#:tests? #f)) ;; No tests.
|
||||
(home-page "https://github.com/drkjam/netaddr/")
|
||||
|
|
Loading…
Reference in a new issue