diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-05-29 17:18:51 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-05-29 17:29:36 +0200 |
commit | f0b20dc3a9429a321d19a183bf1c2a714483be05 (patch) | |
tree | 0dee23fffcf35eb131c644d432c502882f20e3d1 | |
parent | 65161ebb1b310c0ad0e6f734ca813bc08e7baeb9 (diff) |
gnu: remmina: Update to 1.4.17.
* gnu/packages/vnc.scm (remmina): Update to 1.4.17.
-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 6ff3e38b0a..a28cb512ab 100644 --- a/gnu/packages/vnc.scm +++ b/gnu/packages/vnc.scm @@ -61,7 +61,7 @@ (define-public remmina (package (name "remmina") - (version "1.4.16") + (version "1.4.17") (source (origin (method git-fetch) @@ -71,7 +71,7 @@ (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "09sjsgvh13jnhs6mhj9icyka0ad3qlnkbzvg7djj9rajzaf1y048")))) + (base32 "0aww3j5g3770j8fcnc14j1g1g0452kj48jn4awxdj2yx7i58rc91")))) (build-system cmake-build-system) (arguments `(#:tests? #f ; No target |