[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/09: gnu: ddcutil: Update to 1.2.2.
From: |
guix-commits |
Subject: |
03/09: gnu: ddcutil: Update to 1.2.2. |
Date: |
Wed, 1 Jun 2022 19:38:32 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 7d9972df745fda0d1a19289b86641684d2f4fad7
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun May 29 02:00:04 2022 +0200
gnu: ddcutil: Update to 1.2.2.
* gnu/packages/hardware.scm (ddcutil): Update to 1.2.2.
---
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 946cd9aba4..a1269e156a 100644
--- a/gnu/packages/hardware.scm
+++ b/gnu/packages/hardware.scm
@@ -1,5 +1,5 @@
;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2018–2021 Tobias Geerinckx-Rice <me@tobias.gr>
+;;; Copyright © 2018–2022 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2020 Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
;;; Copyright © 2020 Brice Waegeneire <brice@waegenei.re>
;;; Copyright © 2021 Evgeny Pisemsky <evgeny@pisemsky.com>
@@ -270,14 +270,14 @@ RGB animations.")
(define-public ddcutil
(package
(name "ddcutil")
- (version "1.2.1")
+ (version "1.2.2")
(source
(origin
(method url-fetch)
(uri (string-append "https://www.ddcutil.com/tarballs/"
"ddcutil-" version ".tar.gz"))
(sha256
- (base32 "0fp7ffjn21p0bsc5b1ipf3dbpzwn9g6j5dpnwdnca052ifzk2w7i"))))
+ (base32 "18fbd45h2r3r702dvmlmyrwgs3ymr4mhm4f12lgv9jqb5csalbw2"))))
(build-system gnu-build-system)
(native-inputs
(list pkg-config))
- branch master updated (582b4bb4ce -> 0815da693f), guix-commits, 2022/06/01
- 03/09: gnu: ddcutil: Update to 1.2.2.,
guix-commits <=
- 02/09: gnu: hexedit: Update to 1.6., guix-commits, 2022/06/01
- 04/09: gnu: ddcui: Update to 0.2.1., guix-commits, 2022/06/01
- 07/09: gnu: hwinfo: Update to 21.81., guix-commits, 2022/06/01
- 08/09: gnu: hwinfo: Rename non-standard ‘dev’ output., guix-commits, 2022/06/01
- 09/09: gnu: libostree: Update to 2022.3., guix-commits, 2022/06/01
- 01/09: gnu: daemonize: Use HTTPS home page., guix-commits, 2022/06/01
- 06/09: gnu: jpegoptim: Remove input labels., guix-commits, 2022/06/01
- 05/09: gnu: jpegoptim: Update to 1.4.7., guix-commits, 2022/06/01