unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Jussi Timperi <jussi.timperi@iki.fi>
To: 65415@debbugs.gnu.org
Cc: Jussi Timperi <jussi.timperi@iki.fi>
Subject: [bug#65415] [PATCH] gnu: tp-smapi-module: Update to 0.44.
Date: Sun, 20 Aug 2023 19:35:51 +0300	[thread overview]
Message-ID: <20230820163903.24594-1-jussi.timperi@iki.fi> (raw)

* gnu/packages/linux.scm (tp-smapi-module): Update to 0.44.
---
- 0.44 adds Linux 6.4 support
- 'guix build --rounds=2' fails due to differences in provided modules,
but this was already the case with 0.43.

 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 bdf05227fb..8e984ba479 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -10146,7 +10146,7 @@ (define-public evtest
 (define-public tp-smapi-module
   (package
     (name "tp-smapi-module")
-    (version "0.43")
+    (version "0.44")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -10155,7 +10155,7 @@ (define-public tp-smapi-module
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1rjb0njckczc2mj05cagvj0lkyvmyk6bw7wkiinv81lw8m90g77g"))))
+                "0kzbks07bh5jbi1n311zp9cbp1xxyzi7nys8wq1k0k5ig81h9w6k"))))
     (build-system linux-module-build-system)
     (arguments
      `(#:tests? #f))                    ;there are none.

base-commit: 95a1a819dffa833bdd7a47f272da7ee4ff3260c8
-- 
2.41.0





             reply	other threads:[~2023-08-21 12:37 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-20 16:35 Jussi Timperi [this message]
2023-08-26  3:35 ` bug#65415: [PATCH] gnu: tp-smapi-module: Update to 0.44 宋文武 via Guix-patches via

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230820163903.24594-1-jussi.timperi@iki.fi \
    --to=jussi.timperi@iki.fi \
    --cc=65415@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).