From: kiasoc5 via Guix-patches via <guix-patches@gnu.org>
To: 58704@debbugs.gnu.org
Cc: kiasoc5 <kiasoc5@disroot.org>
Subject: [bug#58704] [PATCH 2/2] gnu: ddcui: Update to 0.3.0.
Date: Fri, 21 Oct 2022 22:43:55 -0400 [thread overview]
Message-ID: <20221022024353.31060-2-kiasoc5@disroot.org> (raw)
In-Reply-To: <20221022023900.30561-1-kiasoc5@disroot.org>
* gnu/packages/hardware.scm (ddcui): Update to 0.3.0, use new style for
arguments.
---
gnu/packages/hardware.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/hardware.scm b/gnu/packages/hardware.scm
index fb5adadd0e..a605559797 100644
--- a/gnu/packages/hardware.scm
+++ b/gnu/packages/hardware.scm
@@ -521,7 +521,7 @@ (define-public ddcutil
(define-public ddcui
(package
(name "ddcui")
- (version "0.2.1")
+ (version "0.3.0")
(source
(origin
(method git-fetch)
@@ -530,10 +530,10 @@ (define-public ddcui
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0a9xfv80dpimx9wi9igjbbfydyfsgnbk6dv1plhjzyp2a9shdibb"))))
+ (base32 "0gypfmwxhjmgyfwk29k8hfbgr0698kbcq2yj4izxv1i59zm63irz"))))
(build-system cmake-build-system)
(arguments
- '(#:tests? #f)) ; No test suite
+ (list #:tests? #f)) ; No test suite
(native-inputs
(list pkg-config qttools-5))
(inputs
--
2.38.0
next prev parent reply other threads:[~2022-10-22 2:57 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
2022-10-22 2:43 ` kiasoc5 via Guix-patches via [this message]
2022-10-23 11:34 ` bug#58704: [PATCH 2/2] gnu: ddcui: Update to 0.3.0 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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20221022024353.31060-2-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 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.