guix-commits
[Top][All Lists]
Advanced

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

01/10: gnu: tp-smapi-module: Update to 0.44.


From: guix-commits
Subject: 01/10: gnu: tp-smapi-module: Update to 0.44.
Date: Fri, 25 Aug 2023 23:31:14 -0400 (EDT)

iyzsong pushed a commit to branch master
in repository guix.

commit c08b6d7056324be709698485e504014491839cb8
Author: Jussi Timperi <jussi.timperi@iki.fi>
AuthorDate: Sun Aug 20 19:35:51 2023 +0300

    gnu: tp-smapi-module: Update to 0.44.
    
    * gnu/packages/linux.scm (tp-smapi-module): Update to 0.44.
    
    Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
---
 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 ca223aea37..10babc8f7e 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -10088,7 +10088,7 @@ with the value and the symbolic name.")
 (define-public tp-smapi-module
   (package
     (name "tp-smapi-module")
-    (version "0.43")
+    (version "0.44")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -10097,7 +10097,7 @@ with the value and the symbolic name.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1rjb0njckczc2mj05cagvj0lkyvmyk6bw7wkiinv81lw8m90g77g"))))
+                "0kzbks07bh5jbi1n311zp9cbp1xxyzi7nys8wq1k0k5ig81h9w6k"))))
     (build-system linux-module-build-system)
     (arguments
      `(#:tests? #f))                    ;there are none.



reply via email to

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