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 1/2] gnu: ddcutil: Update to 2.0.0.
Date: Tue, 21 Nov 2023 00:04:13 -0500	[thread overview]
Message-ID: <20231121050414.418155-1-schan12@umd.edu> (raw)
In-Reply-To: <20231121050035.417589-1-schan12@umd.edu>

* gnu/packages/hardware.scm (ddcutil): Update to 2.0.0.
[inputs]: Add jansson.

Change-Id: If03736e01ff1eebb2196e1de9d150dbad42ea20c
---
 gnu/packages/hardware.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/hardware.scm b/gnu/packages/hardware.scm
index 0652e2933d..cd4d47dca4 100644
--- a/gnu/packages/hardware.scm
+++ b/gnu/packages/hardware.scm
@@ -481,20 +481,21 @@ (define-public ckb-next
 (define-public ddcutil
   (package
     (name "ddcutil")
-    (version "1.4.2")
+    (version "2.0.0")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://www.ddcutil.com/tarballs/"
                            "ddcutil-" version ".tar.gz"))
        (sha256
-        (base32 "015l13j7fp9fmlc5d7m6nfjbzjbp8vc0g5py35ljw7li2xk16v60"))))
+        (base32 "16wrw5qyzfvr4ily5mspxzprd026cwj4vd2f16y7m4ya052wbs8a"))))
     (build-system gnu-build-system)
     (native-inputs
      (list pkg-config))
     (inputs
      (list eudev
            glib
+           jansson
            kmod
            i2c-tools
            libdrm                       ;enhanced diagnostics
-- 
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 ` Spencer Skylar Chan [this message]
2023-11-21  5:04   ` [bug#67316] [PATCH 2/2] gnu: ddcui: Update to 0.4.2 Spencer Skylar Chan

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