diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-05-21 04:00:02 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-05-21 06:02:10 +0200 |
commit | 3da3ec93a373a23e43d70aeabaac8fba681b07f8 (patch) | |
tree | 701a9df0cccf5c6022f5658d14160e5bec13e965 | |
parent | 498e2e669d38f5eb4cf2a49ef8e6bc85f99efd5d (diff) | |
download | patches-3da3ec93a373a23e43d70aeabaac8fba681b07f8.tar patches-3da3ec93a373a23e43d70aeabaac8fba681b07f8.tar.gz |
gnu: uhttpmock: Update to 0.5.2.
* gnu/packages/web.scm (uhttpmock): Update to 0.5.2.
-rw-r--r-- | gnu/packages/web.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index d550e78bad..baea844e4f 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -4671,15 +4671,14 @@ you'd expect.") (define-public uhttpmock (package (name "uhttpmock") - (version "0.5.1") + (version "0.5.2") (source (origin (method url-fetch) (uri (string-append "http://tecnocode.co.uk/downloads/uhttpmock/" name "-" version ".tar.xz")) (sha256 - (base32 - "163py4klka423x7li2b685gmg3a6hjf074mlff2ajhmi3l0lm8x6")))) + (base32 "0glyx07kxc3s3cx5vp30kfgscl9q6bghcq1zysfyxm24r0h6j58p")))) (build-system glib-or-gtk-build-system) (native-inputs `(("gobject-introspection" ,gobject-introspection) |