guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/03: gnu: alsa-utils: Update to 1.2.4.


From: guix-commits
Subject: 02/03: gnu: alsa-utils: Update to 1.2.4.
Date: Sun, 6 Dec 2020 12:53:34 -0500 (EST)

lfam pushed a commit to branch staging
in repository guix.

commit 770c856f5e5af3bb7f1c93299a47e0673dada48a
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Sat Dec 5 14:44:46 2020 -0500

    gnu: alsa-utils: Update to 1.2.4.
    
    * gnu/packages/linux.scm (alsa-utils): Update to 1.2.4.
---
 gnu/packages/linux.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 67bec12..daf73f8 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -2079,14 +2079,14 @@ MIDI functionality to the Linux-based operating 
system.")
 (define-public alsa-utils
   (package
     (name "alsa-utils")
-    (version "1.2.3")
+    (version "1.2.4")
     (source (origin
              (method url-fetch)
              (uri (string-append "ftp://ftp.alsa-project.org/pub/utils/";
                                  name "-" version ".tar.bz2"))
              (sha256
               (base32
-               "1ai1z4kf91b1m3qrpwqkc1af5vm2fkdkknqv95xdwf19q94aw6gz"))))
+               "09m4dnn4kplawprd2bl15nwa0b4r1brab3x44ga7f1fyk7aw5zwq"))))
     (build-system gnu-build-system)
     (arguments
      ;; XXX: Disable man page creation until we have DocBook.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]