me
/
guix
Archived
1
0
Fork 0

gnu: uhttpmock: Update to 0.5.3.

* gnu/packages/web.scm (uhttpmock): Update to 0.5.3.
master
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
1 changed files with 2 additions and 2 deletions

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)