mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: remmina: Update to 1.4.23.
* gnu/packages/vnc.scm (remmina): Update to 1.4.23.
This commit is contained in:
parent
5a73b7e13a
commit
240298bb98
1 changed files with 2 additions and 2 deletions
|
@ -61,7 +61,7 @@
|
|||
(define-public remmina
|
||||
(package
|
||||
(name "remmina")
|
||||
(version "1.4.22")
|
||||
(version "1.4.23")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -71,7 +71,7 @@
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1f8qqr20ccj3fvf587syilabk389afc7ax9xxpr55swqi4qgk9vy"))))
|
||||
(base32 "1j0fiz76z4y08w136vs8igqxxg42hx61r5hf6sylcr0c424sc9rk"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ; No target
|
||||
|
|
Loading…
Reference in a new issue