diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-12-17 01:40:02 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-12-17 03:07:53 +0100 |
commit | ae761e639a1253f1eca71c616127d1cd477d1ed8 (patch) | |
tree | 3c4300db22a4cbd70bef13281e59227ce5ce7ded /gnu/packages | |
parent | 42056e496ca9d73fed7ee6fc650ca86d1eb6f938 (diff) |
gnu: remmina: Update to 1.4.22.
* gnu/packages/vnc.scm (remmina): Update to 1.4.22.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/vnc.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/vnc.scm b/gnu/packages/vnc.scm index 924e219f10..cd275cb7f8 100644 --- a/gnu/packages/vnc.scm +++ b/gnu/packages/vnc.scm @@ -61,7 +61,7 @@ (define-public remmina (package (name "remmina") - (version "1.4.21") + (version "1.4.22") (source (origin (method git-fetch) @@ -71,7 +71,7 @@ (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1g6aqbkbjfywkbaigyysivxswmbp8fbcw9x5ppysaj658cfdnicx")))) + (base32 "1f8qqr20ccj3fvf587syilabk389afc7ax9xxpr55swqi4qgk9vy")))) (build-system cmake-build-system) (arguments `(#:tests? #f ; No target |