guix-commits
[Top][All Lists]
Advanced

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

01/08: gnu: tinyalsa: Update to 2.0.0.


From: guix-commits
Subject: 01/08: gnu: tinyalsa: Update to 2.0.0.
Date: Sat, 22 Jan 2022 01:55:09 -0500 (EST)

apteryx pushed a commit to branch master
in repository guix.

commit ceb72ad0f460c323f8fbd75fc1a06b3383e7aeb2
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri Jan 21 23:16:27 2022 -0500

    gnu: tinyalsa: Update to 2.0.0.
    
    * gnu/packages/audio.scm (tinyalsa): Update to 2.0.0.
---
 gnu/packages/audio.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 0fb476d92f..b186c79451 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -283,17 +283,17 @@ Coding (AAC) encoder.")
 (define-public tinyalsa
   (package
     (name "tinyalsa")
-    (version "1.1.1")
+    (version "2.0.0")
     (source
      (origin
        (method git-fetch)
        (uri
         (git-reference
          (url "https://github.com/tinyalsa/tinyalsa";)
-         (commit version)))
+         (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0ajyvml5bnzvhiyyrn42gqwgg23ssxkfh09rvsnywhzxhd0xai4h"))))
+        (base32 "1p9khz3bdpdcrnc9p6w522a0ankdchj4nxd3ki41z9401rxmnljq"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f                      ; No target



reply via email to

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