guix-commits
[Top][All Lists]
Advanced

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

33/34: gnu: alsa-utils: Update to 1.2.3.


From: guix-commits
Subject: 33/34: gnu: alsa-utils: Update to 1.2.3.
Date: Sat, 25 Jul 2020 14:54:06 -0400 (EDT)

mbakke pushed a commit to branch wip-staging
in repository guix.

commit f7b8c5561246d41e49e9e25c18a0b821d68576da
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sat Jul 25 14:15:15 2020 +0200

    gnu: alsa-utils: Update to 1.2.3.
    
    * gnu/packages/linux.scm (alsa-utils): Update to 1.2.3.
---
 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 23d544c..cf2f9b2 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -1971,14 +1971,14 @@ MIDI functionality to the Linux-based operating 
system.")
 (define-public alsa-utils
   (package
     (name "alsa-utils")
-    (version "1.2.2")
+    (version "1.2.3")
     (source (origin
              (method url-fetch)
              (uri (string-append "ftp://ftp.alsa-project.org/pub/utils/";
                                  name "-" version ".tar.bz2"))
              (sha256
               (base32
-               "1wz460by17rmxrcydn583rd4lhj6wlvqs6x1j5pdzxn5g3app024"))))
+               "1ai1z4kf91b1m3qrpwqkc1af5vm2fkdkknqv95xdwf19q94aw6gz"))))
     (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]