aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Trofimov <sarg@sarg.org.ru>2024-04-24 08:48:40 +0200
committerChristopher Baines <mail@cbaines.net>2024-04-30 17:58:35 +0100
commit435bd452e4c05c2d9f0db0727e45cf0117f53842 (patch)
tree54736ed7308d46a35b2e423321327bbc74cf44d5
parent91647ba87b065dd054f3b38a4aea2de33f2e12a7 (diff)
downloadguix-435bd452e4c05c2d9f0db0727e45cf0117f53842.tar.gz
guix-435bd452e4c05c2d9f0db0727e45cf0117f53842.zip
gnu: edid-decode: Update to 0.0.0-1.3d63549.
This is the latest upstream commit. * gnu/packages/hardware.scm (edid-decode): Update to 0.0.0-1.3d63549. Signed-off-by: Christopher Baines <mail@cbaines.net> Change-Id: Icc19cd3b09b56a58cd32689fff299f98be4f3fc6
-rw-r--r--gnu/packages/hardware.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/hardware.scm b/gnu/packages/hardware.scm
index 42722a79d0..7695f0a6a1 100644
--- a/gnu/packages/hardware.scm
+++ b/gnu/packages/hardware.scm
@@ -626,7 +626,7 @@ through the Display Data Channel Command Interface (@dfn{DDC/CI}) protocol.")
(license (list license:gpl2+))))
(define-public edid-decode
- (let ((commit "74b64180d67bb009d8d9ea1b6f18ad41aaa16396") ; 2020-04-22
+ (let ((commit "3d635499e4aca3319f0796ba787213c981c5a770") ; 2024-04-02
(revision "1"))
(package
(name "edid-decode")
@@ -639,7 +639,7 @@ through the Display Data Channel Command Interface (@dfn{DDC/CI}) protocol.")
(url "git://linuxtv.org/edid-decode.git")
(commit commit)))
(sha256
- (base32 "0nirp5bza08zj5d8bjgcm0p869hdg3qg3mwa7999pjdrzmn7s2ah"))))
+ (base32 "18s2pwm45mzgm0rfw3wf0m349p6381i6iwbylxypizqcsvgwxb3f"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f ; No test suite