unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: kiasoc5 via Guix-patches via <guix-patches@gnu.org>
To: 58704@debbugs.gnu.org
Cc: kiasoc5 <kiasoc5@disroot.org>
Subject: [bug#58704] [PATCH 1/2] gnu: ddcutil: Update to 1.3.2.
Date: Fri, 21 Oct 2022 22:43:53 -0400	[thread overview]
Message-ID: <20221022024353.31060-1-kiasoc5@disroot.org> (raw)
In-Reply-To: <20221022023900.30561-1-kiasoc5@disroot.org>

Resending patches as commits weren't properly split.

* 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 2ad41207c6..fb5adadd0e 100644
--- a/gnu/packages/hardware.scm
+++ b/gnu/packages/hardware.scm
@@ -477,14 +477,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: 3e59c8a11281a918b61dfce1446c735950a286a1
-- 
2.38.0





  reply	other threads:[~2022-10-22  2:51 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-22  2:38 [bug#58704] [PATCH 1/2] gnu: ddcutil: Update to 1.3.2 kiasoc5 via Guix-patches via
2022-10-22  2:43 ` kiasoc5 via Guix-patches via [this message]
2022-10-22  2:43 ` [bug#58704] [PATCH 2/2] gnu: ddcui: Update to 0.3.0 kiasoc5 via Guix-patches via
2022-10-23 11:34   ` bug#58704: " Efraim Flashner

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=20221022024353.31060-1-kiasoc5@disroot.org \
    --to=guix-patches@gnu.org \
    --cc=58704@debbugs.gnu.org \
    --cc=kiasoc5@disroot.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).