diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-05-16 15:59:24 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-05-17 01:17:03 +0200 |
commit | 3aa5b7d934e311caa799006ce6764dcf1955e410 (patch) | |
tree | cd483f3fccda41dd49e1a285f7eefbb96455b1e6 | |
parent | 34c2bc56f8f4da3bf2dad3bf34285ac90086a6b6 (diff) | |
download | guix-3aa5b7d934e311caa799006ce6764dcf1955e410.tar guix-3aa5b7d934e311caa799006ce6764dcf1955e410.tar.gz |
gnu: python-netifaces: Update to 0.10.7.
* gnu/packages/python.scm (python-netifaces): Update to 0.10.7.
-rw-r--r-- | gnu/packages/python.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index d7654a18eb..937ed21fe6 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -4964,14 +4964,14 @@ converts incoming documents to Unicode and outgoing documents to UTF-8.") (define-public python-netifaces (package (name "python-netifaces") - (version "0.10.6") + (version "0.10.7") (source (origin (method url-fetch) (uri (pypi-uri "netifaces" version)) (sha256 (base32 - "1q7bi5k2r955rlcpspx4salvkkpk28jky67fjbpz2dkdycisak8c")))) + "1gccklrcplbbqh81g1mdgpa5y8na7kkf29cq2ka3f5a2fp5hyndx")))) (build-system python-build-system) (home-page "https://github.com/al45tair/netifaces") (synopsis |