diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-07-01 03:22:35 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-07-01 03:25:01 +0200 |
commit | 12b31ab3b36431bbd9f8a715a7aa8ec2127554af (patch) | |
tree | 6d664447b01eee383d22cc153db7963cddbcd19c /gnu/packages | |
parent | f2a8b7e09c043aeb926e20301b8ae249ddfd652f (diff) |
gnu: remmina: Update to 1.4.19.
* gnu/packages/vnc.scm (remmina): Update to 1.4.19.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/vnc.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/vnc.scm b/gnu/packages/vnc.scm index 4ad202b164..13ce422a82 100644 --- a/gnu/packages/vnc.scm +++ b/gnu/packages/vnc.scm @@ -4,6 +4,7 @@ ;;; Copyright © 2020 Hartmut Goebel <h.goebel@crazy-compilers.com> ;;; Copyright © 2020 Marius Bakke <marius@gnu.org> ;;; Copyright © 2020 Vincent Legoll <vincent.legoll@gmail.com> +;;; Copyright © 2021 Tobias Geerinckx-Rice <me@tobias.gr> ;;; ;;; This file is part of GNU Guix. ;;; @@ -61,7 +62,7 @@ (define-public remmina (package (name "remmina") - (version "1.4.18") + (version "1.4.19") (source (origin (method git-fetch) @@ -71,7 +72,7 @@ (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0s4ry2vacn4pw4whfkq6vgg7p5jsj4nyvx1h1cp60ihqg0grx99v")))) + (base32 "1d0yxhrnkmj2wzsj1njw32sqkarmgqkzamwks6dl8pdi20x69br2")))) (build-system cmake-build-system) (arguments `(#:tests? #f ; No target |