gnu: gssdp: Update to 1.2.3.
authorTobias Geerinckx-Rice <me@tobias.gr>
Sat, 15 Aug 2020 23:45:56 +0000 (01:45 +0200)
committerTobias Geerinckx-Rice <me@tobias.gr>
Sun, 16 Aug 2020 01:47:14 +0000 (03:47 +0200)
* gnu/packages/gnome.scm (gssdp): Update to 1.2.3.

gnu/packages/gnome.scm

index 18cb196..f89feca 100644 (file)
@@ -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)