gnu: solaar: Update to 1.1.14.

* gnu/packages/admin.scm (solaar): Update to 1.1.14.
[propagated-inputs]: Add python-typing-extensions.

Change-Id: I6c5997f8ecadeb2cdfc62df428e8ec2524de1ed0
This commit is contained in:
Artyom V. Poptsov 2025-05-02 10:32:34 +03:00
parent 4a239cb65a
commit 8713e2038f
No known key found for this signature in database
GPG key ID: 935EBE0736DC857E

View file

@ -5077,7 +5077,7 @@ cache of unix and unix-like systems.")
(define-public solaar (define-public solaar
(package (package
(name "solaar") (name "solaar")
(version "1.1.13") (version "1.1.14")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -5086,7 +5086,7 @@ cache of unix and unix-like systems.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1fz3qgjx3ygr4clgh7iryxgvvjy510rgy8ixr2xld2wr0xa6p0mi")))) "000700waw4z6ab40naycapjgqz8yvz9ny1px94ni4pwf8f3kh0vh"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
`(#:phases `(#:phases
@ -5103,6 +5103,7 @@ cache of unix and unix-like systems.")
;; For GUI. ;; For GUI.
python-pyyaml python-pyyaml
python-psutil python-psutil
python-typing-extensions
python-xlib python-xlib
gtk+ gtk+
python-pygobject)) python-pygobject))