unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#70547] [PATCH] gnu: edid-decode: Update to latest commit.
@ 2024-04-24  6:48 Sergey Trofimov
  2024-04-30 20:05 ` bug#70547: " Christopher Baines
  0 siblings, 1 reply; 2+ messages in thread
From: Sergey Trofimov @ 2024-04-24  6:48 UTC (permalink / raw)
  To: 70547; +Cc: Sergey Trofimov

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#70547: [PATCH] gnu: edid-decode: Update to latest commit.
  2024-04-24  6:48 [bug#70547] [PATCH] gnu: edid-decode: Update to latest commit Sergey Trofimov
@ 2024-04-30 20:05 ` Christopher Baines
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2024-04-30 20:05 UTC (permalink / raw)
  To: Sergey Trofimov; +Cc: 70547-done

[-- Attachment #1: Type: text/plain, Size: 460 bytes --]

Sergey Trofimov <sarg@sarg.org.ru> writes:

> * 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(-)

Thanks for the patch, I've split this in to two patches, one for the
edid-decode changes, and then one for the hw-probe changes and pushed
these to master as 53fffb1fa72426c0baac233928523a91903b1a78.

Chris

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-04-30 20:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-24  6:48 [bug#70547] [PATCH] gnu: edid-decode: Update to latest commit Sergey Trofimov
2024-04-30 20:05 ` bug#70547: " Christopher Baines

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).