unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH 1/2] gnu: ddcutil: Update to 1.3.2.
@ 2022-10-09  3:34 kiasoc5
  2022-10-09 23:36 ` Zhu Zihao
  0 siblings, 1 reply; 2+ messages in thread
From: kiasoc5 @ 2022-10-09  3:34 UTC (permalink / raw)
  To: guix-devel; +Cc: kiasoc5

* gnu/packages/hardware.scm (ddcutil): Update to 1.3.2.
---
 gnu/packages/hardware.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/hardware.scm b/gnu/packages/hardware.scm
index d47be7a55d..18261d381d 100644
--- a/gnu/packages/hardware.scm
+++ b/gnu/packages/hardware.scm
@@ -476,14 +476,14 @@ (define-public ckb-next
 (define-public ddcutil
   (package
     (name "ddcutil")
-    (version "1.2.2")
+    (version "1.3.2")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://www.ddcutil.com/tarballs/"
                            "ddcutil-" version ".tar.gz"))
        (sha256
-        (base32 "18fbd45h2r3r702dvmlmyrwgs3ymr4mhm4f12lgv9jqb5csalbw2"))))
+        (base32 "0hm0cm4m4hk1jjy7kddg613mynvwlii3kp8al0j9v3c6mcx3p4mx"))))
     (build-system gnu-build-system)
     (native-inputs
      (list pkg-config))

base-commit: 68f09d1f91793a6ff6412d9cc88daca148a0b30d
-- 
2.37.3



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

* Re: [PATCH 1/2] gnu: ddcutil: Update to 1.3.2.
  2022-10-09  3:34 [PATCH 1/2] gnu: ddcutil: Update to 1.3.2 kiasoc5
@ 2022-10-09 23:36 ` Zhu Zihao
  0 siblings, 0 replies; 2+ messages in thread
From: Zhu Zihao @ 2022-10-09 23:36 UTC (permalink / raw)
  To: kiasoc5; +Cc: guix-devel

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


Hello, kiasoc5. Thanks for contributing to Guix!

However, patches should be sent to guix-patches@gnu.org, so the debbugs
can track the status of your patch :)
-- 
Retrieve my PGP public key:

  gpg --recv-keys B3EBC086AB0EBC0F45E0B4D433DB374BCEE4D9DC

Zihao

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

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

end of thread, other threads:[~2022-10-09 23:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-09  3:34 [PATCH 1/2] gnu: ddcutil: Update to 1.3.2 kiasoc5
2022-10-09 23:36 ` Zhu Zihao

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).