gnu: remmina: Update to 1.4.19.

* gnu/packages/vnc.scm (remmina): Update to 1.4.19.
This commit is contained in:
Tobias Geerinckx-Rice 2021-07-01 03:22:35 +02:00
parent f2a8b7e09c
commit 12b31ab3b3
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -4,6 +4,7 @@
;;; Copyright © 2020 Hartmut Goebel <h.goebel@crazy-compilers.com> ;;; Copyright © 2020 Hartmut Goebel <h.goebel@crazy-compilers.com>
;;; Copyright © 2020 Marius Bakke <marius@gnu.org> ;;; Copyright © 2020 Marius Bakke <marius@gnu.org>
;;; Copyright © 2020 Vincent Legoll <vincent.legoll@gmail.com> ;;; Copyright © 2020 Vincent Legoll <vincent.legoll@gmail.com>
;;; Copyright © 2021 Tobias Geerinckx-Rice <me@tobias.gr>
;;; ;;;
;;; This file is part of GNU Guix. ;;; This file is part of GNU Guix.
;;; ;;;
@ -61,7 +62,7 @@ (define-module (gnu packages vnc)
(define-public remmina (define-public remmina
(package (package
(name "remmina") (name "remmina")
(version "1.4.18") (version "1.4.19")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -71,7 +72,7 @@ (define-public remmina
(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 "0s4ry2vacn4pw4whfkq6vgg7p5jsj4nyvx1h1cp60ihqg0grx99v")))) (base32 "1d0yxhrnkmj2wzsj1njw32sqkarmgqkzamwks6dl8pdi20x69br2"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
`(#:tests? #f ; No target `(#:tests? #f ; No target