aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-01-30 04:07:19 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2018-01-30 09:25:36 +0100
commit581ae110de2f326fbfeb1c789ec1801997ea9566 (patch)
tree51cd1e1c3656663e72856de39706c39bd6341a7b
parentbfb4cc6b5a35063390dda4b805d78052210d4692 (diff)
downloadguix-581ae110de2f326fbfeb1c789ec1801997ea9566.tar
guix-581ae110de2f326fbfeb1c789ec1801997ea9566.tar.gz
gnu: uhttpmock: Update to 0.5.1.
* gnu/packages/web.scm (uhttpmock): Update to 0.5.1.
-rw-r--r--gnu/packages/web.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index d80bd3fd82..08485cadb2 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -4152,7 +4152,7 @@ you'd expect.")
(define-public uhttpmock
(package
(name "uhttpmock")
- (version "0.5.0")
+ (version "0.5.1")
(source
(origin
(method url-fetch)
@@ -4160,7 +4160,7 @@ you'd expect.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0vniyx341pnnmvxmqacc49k0g7h9a9nhknfslidrqmxj5lm1ini6"))))
+ "163py4klka423x7li2b685gmg3a6hjf074mlff2ajhmi3l0lm8x6"))))
(build-system glib-or-gtk-build-system)
(arguments
`(#:phases