guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: bbswitch-module: Update to 20220529 and fix


From: guix-commits
Subject: branch master updated: gnu: bbswitch-module: Update to 20220529 and fix for Linux 5.18+.
Date: Mon, 14 Nov 2022 05:30:07 -0500

This is an automated email from the git hooks/post-receive script.

ambrevar pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 4cc746820a gnu: bbswitch-module: Update to 20220529 and fix for Linux 
5.18+.
4cc746820a is described below

commit 4cc746820a4043c029e26926f85c5e3c1d1b9eb3
Author: Pierre Neidhardt <mail@ambrevar.xyz>
AuthorDate: Mon Nov 14 11:28:25 2022 +0100

    gnu: bbswitch-module: Update to 20220529 and fix for Linux 5.18+.
    
    * gnu/packages/linux.scm (bbswitch-module): Update to 20220529 and fix for
    Linux 5.18+.
    [source]: Switch to fork since fix is not merged upstream yet.
---
 gnu/packages/linux.scm | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 846f60a671..f87e591454 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -1442,19 +1442,22 @@ emulate optical devices such as DVD and CD-ROM drives.")
 (define-public bbswitch-module
   ;; Use "develop" branch since stable release does not build on Linux >= 5.6.
   ;; See https://github.com/Bumblebee-Project/bbswitch/issues/205.
-  (let ((commit "ddbd243638c7bc2baecf43a78aff46cdc12e9b2e"))
+  (let ((commit "19f60204596a6463b162fc7ca11f4946f5c20cea"))
     (package
       (name "bbswitch-module")
-      (version (git-version "0.8" "1" commit))
+      (version (git-version "0.8" "2" commit))
       (source (origin
                 (method git-fetch)
                 (uri (git-reference
-                      (url "https://github.com/Bumblebee-Project/bbswitch";)
+                      ;; Use fork until
+                      ;; https://github.com/Bumblebee-Project/bbswitch/pull/219
+                      ;; is merged.
+                      (url "https://github.com/madchic/bbswitch";)
                       (commit commit)))
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "1pgldnza7mzd0flrxg4q69dwbq1fhl58m5c62ary5drb0xyf3lqb"))))
+                  "1pv41y02c9xg9k1bg4i4ll3w7hxxzdr651i08f092b9q5hr57mqn"))))
       (build-system linux-module-build-system)
       (arguments
        (list #:tests? #f))              ; no test suite



reply via email to

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