all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Spencer Skylar Chan <schan12@umd.edu>
To: 67316@debbugs.gnu.org
Cc: Spencer Skylar Chan <schan12@umd.edu>
Subject: [bug#67316] [PATCH 2/2] gnu: ddcui: Update to 0.4.2.
Date: Tue, 21 Nov 2023 00:04:14 -0500	[thread overview]
Message-ID: <20231121050414.418155-2-schan12@umd.edu> (raw)
In-Reply-To: <20231121050414.418155-1-schan12@umd.edu>

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

Change-Id: Icd661e3c6641313eb31dc00cc892929a1b7c534a
---
 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 cd4d47dca4..68e42bb458 100644
--- a/gnu/packages/hardware.scm
+++ b/gnu/packages/hardware.scm
@@ -530,7 +530,7 @@ (define-public ddcutil
 (define-public ddcui
   (package
     (name "ddcui")
-    (version "0.3.0")
+    (version "0.4.2")
     (source
      (origin
        (method git-fetch)
@@ -539,7 +539,7 @@ (define-public ddcui
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0gypfmwxhjmgyfwk29k8hfbgr0698kbcq2yj4izxv1i59zm63irz"))))
+        (base32 "12wsrawwppd3saw5cv9gizvsyxml8zzr6qk21msqzzjgmpqdr3sg"))))
     (build-system cmake-build-system)
     (arguments
      (list #:tests? #f))                    ; No test suite
-- 
2.39.2





      reply	other threads:[~2023-11-21  5:05 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-21  5:00 [bug#67316] [PATCH 0/2] Update ddcutil and ddcui Spencer Skylar Chan
2023-11-21  5:04 ` [bug#67316] [PATCH 1/2] gnu: ddcutil: Update to 2.0.0 Spencer Skylar Chan
2023-11-21  5:04   ` Spencer Skylar Chan [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

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

  git send-email \
    --in-reply-to=20231121050414.418155-2-schan12@umd.edu \
    --to=schan12@umd.edu \
    --cc=67316@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.