me
/
guix
Archived
1
0
Fork 0

gnu: remmina: Update to 1.4.29.

* gnu/packages/vnc.scm (remmina): Update to 1.4.29.
[inputs]: Add PYTHON-MINIMAL-WRAPPER.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
master
TakeV 2023-04-17 23:49:26 +02:00 committed by Maxim Cournoyer
parent 05b22726ea
commit a7dd463baa
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 3 additions and 2 deletions

View File

@ -72,7 +72,7 @@
(define-public remmina (define-public remmina
(package (package
(name "remmina") (name "remmina")
(version "1.4.23") (version "1.4.29")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -82,7 +82,7 @@
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "1j0fiz76z4y08w136vs8igqxxg42hx61r5hf6sylcr0c424sc9rk")))) (base32 "098f33v5qq6p7zjynj1pdllpmbxvqhfvwgvl9fjqyqfflsp7s7gh"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
`(#:tests? #f ; No target `(#:tests? #f ; No target
@ -144,6 +144,7 @@
openssl openssl
pango pango
pcre2 ; for exec plugin pcre2 ; for exec plugin
python-minimal-wrapper ; for python wrapper plugin
shared-mime-info shared-mime-info
libsodium libsodium
spice-gtk ; for spice plugin spice-gtk ; for spice plugin