guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: xpadneo: Update to 0.9.5.


From: guix-commits
Subject: 03/04: gnu: xpadneo: Update to 0.9.5.
Date: Sun, 26 Feb 2023 02:55:18 -0500 (EST)

lilyp pushed a commit to branch master
in repository guix.

commit 525e5be3c562cf7cbd1c6d608718c2324f9353ca
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Sun Feb 19 09:19:46 2023 +0100

    gnu: xpadneo: Update to 0.9.5.
    
    * gnu/packages/linux.scm (xpadneo): Update to 0.9.5.
---
 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 92159990ad..e8dcbc3ec8 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -1676,7 +1676,7 @@ application by hooking GStreamer into the loopback 
device.")
 (define-public xpadneo
   (package
     (name "xpadneo")
-    (version "0.9.1")
+    (version "0.9.5")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1685,7 +1685,7 @@ application by hooking GStreamer into the loopback 
device.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0xr0zx134s56h4ij6c3fh8ki0h58h61minbfxcl3sgpgxkh14ism"))))
+                "1pq7p9sxlw1v9rnny9070b39rpwfq6rip0z92mwlw4qzinmqqgdd"))))
     (build-system linux-module-build-system)
     (arguments
      (list #:tests? #f                  ; no `check' target



reply via email to

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