From 435bd452e4c05c2d9f0db0727e45cf0117f53842 Mon Sep 17 00:00:00 2001 From: Sergey Trofimov Date: Wed, 24 Apr 2024 08:48:40 +0200 Subject: 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 Change-Id: Icc19cd3b09b56a58cd32689fff299f98be4f3fc6 --- gnu/packages/hardware.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/hardware.scm') 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 -- cgit v1.2.3