guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: ddcci-driver-linux: Update to 0.3.4.


From: guix-commits
Subject: 02/02: gnu: ddcci-driver-linux: Update to 0.3.4.
Date: Sun, 15 Aug 2021 02:45:13 -0400 (EDT)

bricewge pushed a commit to branch master
in repository guix.

commit e0feacfbad410ecb2f11e7ee86f18482c7413b3f
Author: Brice Waegeneire <brice@waegenei.re>
AuthorDate: Tue Aug 10 19:50:28 2021 +0200

    gnu: ddcci-driver-linux: Update to 0.3.4.
    
    * gnu/packages/linux.scm (ddcci-driver-linux): Update to 0.3.4.
---
 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 12247fb..0b7a7aa 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -1432,7 +1432,7 @@ graphics card on Optimus laptops.")
 (define-public ddcci-driver-linux
   (package
     (name "ddcci-driver-linux")
-    (version "0.3.3")
+    (version "0.3.4")
     (source
      (origin
        (method git-fetch)
@@ -1443,7 +1443,7 @@ graphics card on Optimus laptops.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "0vkkja3ykjil783zjpwp0vz7jy2fp9ccazzi3afd4fjk8gldin7f"))))
+         "0b50hhkna6ika2vwahzb9za9b41g39ialgv5y1y0kakqi50qi0ld"))))
     (build-system linux-module-build-system)
     (arguments
      `(#:tests? #f                               ; no tests



reply via email to

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