nckx pushed a commit to branch master
in repository guix.

commit 69fff28de806e3ffbb4a7a712a6871cec1182989
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Sun May 1 02:00:01 2022 +0200

    gnu: libshout: Update to 2.4.6.
    
    * gnu/packages/xiph.scm (libshout): Update to 2.4.6.
---
 gnu/packages/xiph.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/xiph.scm b/gnu/packages/xiph.scm
index a240ce7c4a..aa513d76b0 100644
--- a/gnu/packages/xiph.scm
+++ b/gnu/packages/xiph.scm
@@ -7,7 +7,7 @@
 ;;; Copyright © 2015 Paul van der Walt <[email protected]>
 ;;; Copyright © 2015, 2016, 2017, 2019 Efraim Flashner <[email protected]>
 ;;; Copyright © 2017, 2018, 2019, 2020 Marius Bakke <[email protected]>
-;;; Copyright © 2018–2021 Tobias Geerinckx-Rice <[email protected]>
+;;; Copyright © 2018–2022 Tobias Geerinckx-Rice <[email protected]>
 ;;; Copyright © 2018 Leo Famulari <[email protected]>
 ;;; Copyright © 2020 Vincent Legoll <[email protected]>
 ;;; Copyright © 2021 Brendan Tildesley <[email protected]>
@@ -476,7 +476,7 @@ things in between.")
 (define-public libshout
   (package
     (name "libshout")
-    (version "2.4.5")
+    (version "2.4.6")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -484,7 +484,7 @@ things in between.")
                     "libshout-" version ".tar.gz"))
               (sha256
                (base32
-                "1438da40y73y9068saxrbmm27qq6xqmmzsziwgmr8fb7i9k6irfr"))))
+                "0469yzc1csm25f5dbyb7ly7i1mzjz13pw8c8bmswkpfzxzqd9jrr"))))
     (build-system gnu-build-system)
     (native-inputs
      (list pkg-config))

Reply via email to