mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
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.
This commit is contained in:
parent
4a8c51c7be
commit
a4ccc473a3
1 changed files with 3 additions and 3 deletions
|
@ -72,17 +72,17 @@ (define-module (gnu packages vnc)
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue