3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: uhttpmock: Update to 0.5.3.

* gnu/packages/web.scm (uhttpmock): Update to 0.5.3.
This commit is contained in:
Tobias Geerinckx-Rice 2020-08-11 22:47:07 +02:00
parent 4e4b81d060
commit b6a6843613
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -4695,14 +4695,14 @@ you'd expect.")
(define-public uhttpmock
(package
(name "uhttpmock")
(version "0.5.2")
(version "0.5.3")
(source
(origin
(method url-fetch)
(uri (string-append "https://tecnocode.co.uk/downloads/uhttpmock/"
"uhttpmock-" version ".tar.xz"))
(sha256
(base32 "0glyx07kxc3s3cx5vp30kfgscl9q6bghcq1zysfyxm24r0h6j58p"))))
(base32 "0bqizz69hxk8rn4z57asz1d45vizl1rj6i5k3rzxn2x3qcik514h"))))
(build-system glib-or-gtk-build-system)
(native-inputs
`(("gobject-introspection" ,gobject-introspection)