guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: remmina: Update to 1.4.18.


From: guix-commits
Subject: branch master updated: gnu: remmina: Update to 1.4.18.
Date: Thu, 03 Jun 2021 23:48:57 -0400

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 f1bfd9f  gnu: remmina: Update to 1.4.18.
f1bfd9f is described below

commit f1bfd9f1948a5ff336d737c0614b9a30c2bb3097
Author: Raghav Gururajan <rg@raghavgururajan.name>
AuthorDate: Thu Jun 3 23:46:04 2021 -0400

    gnu: remmina: Update to 1.4.18.
    
    * gnu/packages/vnc.scm (remmina)[version]: Update to 1.4.18.
---
 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 a28cb51..4ad202b 100644
--- a/gnu/packages/vnc.scm
+++ b/gnu/packages/vnc.scm
@@ -61,7 +61,7 @@
 (define-public remmina
   (package
     (name "remmina")
-    (version "1.4.17")
+    (version "1.4.18")
     (source
      (origin
        (method git-fetch)
@@ -71,7 +71,7 @@
          (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0aww3j5g3770j8fcnc14j1g1g0452kj48jn4awxdj2yx7i58rc91"))))
+        (base32 "0s4ry2vacn4pw4whfkq6vgg7p5jsj4nyvx1h1cp60ihqg0grx99v"))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #f                      ; No target



reply via email to

[Prev in Thread] Current Thread [Next in Thread]