summary refs log tree commit diff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-04-30 17:11:52 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2019-04-30 17:11:52 +0200
commit9b241d4ce200e09d34f15014446eb6bc5ed96f3e (patch)
treed215016ebad63d51842709226588e97fd8313759
parente976e199c49132f32cd79611a6e0cb66ab742537 (diff)
downloadguix-9b241d4ce200e09d34f15014446eb6bc5ed96f3e.tar.gz
gnu: python-nose-timer: Update to 0.7.5.
* gnu/packages/check.scm (python-nose-timer): Update to 0.7.5.
-rw-r--r--gnu/packages/check.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index 0be1102683..03a16c7e37 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -2021,13 +2021,13 @@ create data based on random numbers and yet remain repeatable.")
 (define-public python-nose-timer
   (package
     (name "python-nose-timer")
-    (version "0.7.4")
+    (version "0.7.5")
     (source
       (origin
         (method url-fetch)
         (uri (pypi-uri "nose-timer" version))
         (sha256
-          (base32 "04inck7l1sgkjbiinhifxk45wk2b3czbwh1x2a390hi183fq1q12"))))
+          (base32 "05wzkc88vbzw62pqkvhl33211b90kns0lny70b7qw62rcg4flzk4"))))
     (build-system python-build-system)
     (propagated-inputs
      `(("python-nose" ,python-nose)