diff options
author | Oleg Pykhalov <go.wigust@gmail.com> | 2017-08-17 23:08:38 +0300 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-08-22 00:00:56 +0200 |
commit | 86a9b1633c6566fc5e98ec5e64f6fcc0ad804fde (patch) | |
tree | 0b050746dcb10a81c2bac9f96190c457604fc7a8 | |
parent | 58f3d4599601d7277f9c115db6278c82089352f3 (diff) | |
download | guix-86a9b1633c6566fc5e98ec5e64f6fcc0ad804fde.tar guix-86a9b1633c6566fc5e98ec5e64f6fcc0ad804fde.tar.gz |
gnu: python-internetarchive: Update to 1.7.1.
* gnu/packages/web.scm (python-internetarchive): Update to 1.7.1.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
-rw-r--r-- | gnu/packages/web.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index 1629c293d4..1af80f61ec 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -4697,7 +4697,7 @@ command-line arguments or read from stdin.") (define-public python-internetarchive (package (name "python-internetarchive") - (version "1.6.0") + (version "1.7.1") (source (origin (method url-fetch) @@ -4706,7 +4706,7 @@ command-line arguments or read from stdin.") (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "00v1489rv1ydcihwbdl7sqpcpmm98b9kqqlfggr32k0ndmv7ivas")))) + "1lj4r0y67mwjns2gcjvw0y7m5x0vqir2iv7s4q2y93492azli1qh")))) (build-system python-build-system) (arguments `(#:tests? #f ; 11 tests of 105 fail to mock "requests". |