all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Sergey Trofimov <sarg@sarg.org.ru>
To: 70547@debbugs.gnu.org
Cc: Sergey Trofimov <sarg@sarg.org.ru>
Subject: [bug#70547] [PATCH] gnu: edid-decode: Update to latest commit.
Date: Wed, 24 Apr 2024 08:48:40 +0200	[thread overview]
Message-ID: <93854d6386c4ce0cb2329f31da54bc67ea0fc543.1713941300.git.sarg@sarg.org.ru> (raw)

* gnu/packages/hardware.scm (edid-decode): Update to latest commit.
(hw-probe): Make it find edid-decode.
---
 gnu/packages/hardware.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/hardware.scm b/gnu/packages/hardware.scm
index 42722a79d0..468e2adc3b 100644
--- a/gnu/packages/hardware.scm
+++ b/gnu/packages/hardware.scm
@@ -315,9 +315,8 @@ (define-public hw-probe
               ;; 'NeedProgs' core utilities are specially checked for
               ;; availability.  It's easier to wrap them in PATH than patching
               ;; their references.
-              ;; TODO: package edid-decode and add "bin/edid-decode" below:
               (define need-progs (list "sbin/dmidecode" "sbin/smartctl"
-                                       "bin/lspci" "bin/lsusb"))
+                                       "bin/lspci" "bin/lsusb" "bin/edid-decode"))
               (wrap-script hw-probe
                 (list "PERL5LIB" 'prefix (list (getenv "PERL5LIB")))
                 (list "PATH" 'prefix
@@ -626,7 +625,7 @@ (define-public ddcui
     (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 +638,7 @@ (define-public edid-decode
                (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

base-commit: 83e6437e92ad056838fe170963d920d446d0e4db
--
2.41.0





             reply	other threads:[~2024-04-24  6:50 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-24  6:48 Sergey Trofimov [this message]
2024-04-30 20:05 ` bug#70547: [PATCH] gnu: edid-decode: Update to latest commit Christopher Baines

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

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

  git send-email \
    --in-reply-to=93854d6386c4ce0cb2329f31da54bc67ea0fc543.1713941300.git.sarg@sarg.org.ru \
    --to=sarg@sarg.org.ru \
    --cc=70547@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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.