diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-09-24 02:00:00 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-09-24 02:00:00 +0200 |
commit | a4ccc473a3551458b367a1d26ef1026178d3f609 (patch) | |
tree | 1153d6d43e07b73a529c6fe8dcad0af758302aaa | |
parent | 4a8c51c7be9ea22803a79d7214571718e5ff9bf2 (diff) |
gnu: remmina: Update to 1.4.32.
* gnu/packages/vnc.scm (remmina): Update to 1.4.32.
[source]: Add ‘.git’ suffix to silence needless HTTP redirection.
-rw-r--r-- | gnu/packages/vnc.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/vnc.scm b/gnu/packages/vnc.scm index 72b6682385..8ba1292e28 100644 --- a/gnu/packages/vnc.scm +++ b/gnu/packages/vnc.scm @@ -72,17 +72,17 @@ (define-public remmina (package (name "remmina") - (version "1.4.29") + (version "1.4.32") (source (origin (method git-fetch) (uri (git-reference - (url "https://gitlab.com/Remmina/Remmina") + (url "https://gitlab.com/Remmina/Remmina.git") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "098f33v5qq6p7zjynj1pdllpmbxvqhfvwgvl9fjqyqfflsp7s7gh")))) + (base32 "1gfmbcgvwakhy539hh2fpws3j7ljrfkckar5fx8sifig9n7wsm49")))) (build-system cmake-build-system) (arguments `(#:tests? #f ; No target |