diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-08-16 01:45:56 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-08-16 03:47:14 +0200 |
commit | c257e0ec827b41c7dbb190b82f0f5a7fd7a01830 (patch) | |
tree | d81e654ec8aede3d80f840b1652faecdd2e241b2 | |
parent | 3a4a5be1700a24e2700f9d256212348dfc05c4d7 (diff) | |
download | guix-c257e0ec827b41c7dbb190b82f0f5a7fd7a01830.tar.gz guix-c257e0ec827b41c7dbb190b82f0f5a7fd7a01830.zip |
gnu: gssdp: Update to 1.2.3.
* gnu/packages/gnome.scm (gssdp): Update to 1.2.3.
-rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 18cb196e22..f89feca598 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -450,7 +450,7 @@ It has miners for Facebook, Flickr, Google, ownCloud and SkyDrive.") (define-public gssdp (package (name "gssdp") - (version "1.2.2") + (version "1.2.3") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -458,7 +458,7 @@ It has miners for Facebook, Flickr, Google, ownCloud and SkyDrive.") name "-" version ".tar.xz")) (sha256 (base32 - "195hi10vrsvh6i927mm6rm1ld5sxah3h5sr3bsjm90vb8lxrxfya")))) + "1s57i8a8wnnxnsfl27cq4503dkdlzbrhry5zpg23sfqfffvdqqx2")))) (build-system meson-build-system) (native-inputs `(("gettext" ,gettext-minimal) |