gnu: libshout: Update to 2.4.2.
authorTobias Geerinckx-Rice <me@tobias.gr>
Sat, 11 May 2019 12:22:21 +0000 (14:22 +0200)
committerTobias Geerinckx-Rice <me@tobias.gr>
Sat, 11 May 2019 17:55:39 +0000 (19:55 +0200)
* gnu/packages/xiph.scm (libshout): Update to 2.4.2.

gnu/packages/xiph.scm

index 17071d8..e5740df 100644 (file)
@@ -474,7 +474,7 @@ things in between.")
 (define-public libshout
   (package
     (name "libshout")
-    (version "2.4.1")
+    (version "2.4.2")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -482,7 +482,7 @@ things in between.")
                     "libshout-" version ".tar.gz"))
               (sha256
                (base32
-                "0kgjpf8jkgyclw11nilxi8vyjk4s8878x23qyxnvybbgqbgbib7k"))))
+                "0qgwarqp2p6jy3zadds6dzj8z1jfb2mbwc3lsdlidf527h0a86ym"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)))