mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
gnu: uhttpmock: Update to 0.5.3.
* gnu/packages/web.scm (uhttpmock): Update to 0.5.3.
This commit is contained in:
parent
4e4b81d060
commit
b6a6843613
1 changed files with 2 additions and 2 deletions
|
@ -4695,14 +4695,14 @@ (define-public jq
|
|||
(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)
|
||||
|
|
Loading…
Reference in a new issue