unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Zheng Junjie <zhengjunjie@iscas.ac.cn>
To: 74935@debbugs.gnu.org
Subject: [bug#74935] [PATCH 2/2] gnu: ddcui: Update to 0.5.4.
Date: Wed, 18 Dec 2024 11:56:26 +0800	[thread overview]
Message-ID: <9e1f7c98fe3de135d4f7d95e0fb12876bdc0c7b5.1734493940.git.zhengjunjie@iscas.ac.cn> (raw)
In-Reply-To: <cover.1734493940.git.zhengjunjie@iscas.ac.cn>

* gnu/packages/hardware.scm (ddcui): Update to 0.5.4.

Change-Id: I035456ab340e6a5d221ff45a6637753abb0f5d7a
---
 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 02664c1872c..3de60dcf4ea 100644
--- a/gnu/packages/hardware.scm
+++ b/gnu/packages/hardware.scm
@@ -596,7 +596,7 @@ (define-public ddcutil
 (define-public ddcui
   (package
     (name "ddcui")
-    (version "0.3.0")
+    (version "0.5.4")
     (source
      (origin
        (method git-fetch)
@@ -605,7 +605,7 @@ (define-public ddcui
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0gypfmwxhjmgyfwk29k8hfbgr0698kbcq2yj4izxv1i59zm63irz"))))
+        (base32 "1hq19gdy9ybraclkqvv1nlf46irql5b6wrc1y6wi0ihkqly20vgz"))))
     (build-system cmake-build-system)
     (arguments
      (list #:tests? #f))                    ; No test suite
-- 
2.46.0





      parent reply	other threads:[~2024-12-18  3:57 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-12-18  3:53 [bug#74935] [PATCH 0/2] update ddcutil to 2.1.4 Zheng Junjie
2024-12-18  3:56 ` [bug#74935] [PATCH 1/2] gnu: ddcutil: Update " Zheng Junjie
2024-12-18  3:56 ` Zheng Junjie [this message]

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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=9e1f7c98fe3de135d4f7d95e0fb12876bdc0c7b5.1734493940.git.zhengjunjie@iscas.ac.cn \
    --to=zhengjunjie@iscas.ac.cn \
    --cc=74935@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 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).