gnu: uhttpmock: Update to 0.5.2.
* gnu/packages/web.scm (uhttpmock): Update to 0.5.2.
This commit is contained in:
parent
498e2e669d
commit
3da3ec93a3
1 changed files with 2 additions and 3 deletions
|
@ -4671,15 +4671,14 @@ (define-public jq
|
|||
(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)
|
||||
|
|
Loading…
Reference in a new issue