unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#58704] [PATCH 1/2] gnu: ddcutil: Update to 1.3.2.
@ 2022-10-22  2:38 kiasoc5 via Guix-patches via
  2022-10-22  2:43 ` kiasoc5 via Guix-patches via
  2022-10-22  2:43 ` [bug#58704] [PATCH 2/2] gnu: ddcui: Update to 0.3.0 kiasoc5 via Guix-patches via
  0 siblings, 2 replies; 4+ messages in thread
From: kiasoc5 via Guix-patches via @ 2022-10-22  2:38 UTC (permalink / raw)
  To: 58704; +Cc: kiasoc5

* gnu/packages/hardware.scm (ddcutil): Update to 1.3.2.
---
 gnu/packages/hardware.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/hardware.scm b/gnu/packages/hardware.scm
index 66df816676..aaa8f8cb1e 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))
@@ -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,7 +530,7 @@ (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

base-commit: 863c228bfd53aac478eee46f6ee54d87fee9d764
-- 
2.38.0





^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [bug#58704] [PATCH 1/2] gnu: ddcutil: Update to 1.3.2.
  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 ` [bug#58704] [PATCH 2/2] gnu: ddcui: Update to 0.3.0 kiasoc5 via Guix-patches via
  1 sibling, 0 replies; 4+ messages in thread
From: kiasoc5 via Guix-patches via @ 2022-10-22  2:43 UTC (permalink / raw)
  To: 58704; +Cc: kiasoc5

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





^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [bug#58704] [PATCH 2/2] gnu: ddcui: Update to 0.3.0.
  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
  2022-10-23 11:34   ` bug#58704: " Efraim Flashner
  1 sibling, 1 reply; 4+ messages in thread
From: kiasoc5 via Guix-patches via @ 2022-10-22  2:43 UTC (permalink / raw)
  To: 58704; +Cc: kiasoc5

* 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





^ permalink raw reply related	[flat|nested] 4+ messages in thread

* bug#58704: [PATCH 2/2] gnu: ddcui: Update to 0.3.0.
  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   ` Efraim Flashner
  0 siblings, 0 replies; 4+ messages in thread
From: Efraim Flashner @ 2022-10-23 11:34 UTC (permalink / raw)
  To: kiasoc5; +Cc: 58704-done

[-- Attachment #1: Type: text/plain, Size: 238 bytes --]

Thanks. Patches pushed.

-- 
Efraim Flashner   <efraim@flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-10-24  3:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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 ` [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

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