gnu: gupnp: Update to 1.2.4.
* gnu/packages/gnome.scm (gupnp): Update to 1.2.4.
This commit is contained in:
parent
c257e0ec82
commit
5b882f47c2
1 changed files with 2 additions and 2 deletions
|
@ -481,7 +481,7 @@ (define-public gssdp
|
|||
(define-public gupnp
|
||||
(package
|
||||
(name "gupnp")
|
||||
(version "1.2.2")
|
||||
(version "1.2.4")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnome/sources/" name "/"
|
||||
|
@ -489,7 +489,7 @@ (define-public gupnp
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"12cr3isww4zl0d4himpd2fhl2wmy3jh8sbxp4snp51sw7savv04s"))))
|
||||
"1ld7mrpdv9cszmfzh7i19qx4li25j3fr7x1jp38l8phzlmz3187p"))))
|
||||
(build-system meson-build-system)
|
||||
(native-inputs
|
||||
`(("gettext" ,gettext-minimal)
|
||||
|
|
Loading…
Reference in a new issue