This is an automated email from the git hooks/post-receive script.

raghavgururajan pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 0b3ad32  gnu: remmina: Update to 1.4.20.
0b3ad32 is described below

commit 0b3ad325daaec6be693d8a1a984cc0668bfaf51a
Author: Raghav Gururajan <[email protected]>
AuthorDate: Sun Sep 5 13:54:46 2021 -0400

    gnu: remmina: Update to 1.4.20.
    
    * gnu/packages/vnc.scm (remmina)[version]: Update to 1.4.20.
---
 gnu/packages/vnc.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/vnc.scm b/gnu/packages/vnc.scm
index 3ee4fae..4c2b13c 100644
--- a/gnu/packages/vnc.scm
+++ b/gnu/packages/vnc.scm
@@ -61,7 +61,7 @@
 (define-public remmina
   (package
     (name "remmina")
-    (version "1.4.19")
+    (version "1.4.20")
     (source
      (origin
        (method git-fetch)
@@ -71,7 +71,7 @@
          (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1d0yxhrnkmj2wzsj1njw32sqkarmgqkzamwks6dl8pdi20x69br2"))))
+        (base32 "0apm4lqcmqskdp2fjxl8dbg3686cm4w0b5806fqj7w43hdmd8w4v"))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #f                      ; No target

Reply via email to