guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: remmina: Update to 1.4.19.


From: guix-commits
Subject: 01/02: gnu: remmina: Update to 1.4.19.
Date: Wed, 30 Jun 2021 21:25:49 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 12b31ab3b36431bbd9f8a715a7aa8ec2127554af
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu Jul 1 03:22:35 2021 +0200

    gnu: remmina: Update to 1.4.19.
    
    * gnu/packages/vnc.scm (remmina): Update to 1.4.19.
---
 gnu/packages/vnc.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/vnc.scm b/gnu/packages/vnc.scm
index 4ad202b..13ce422 100644
--- a/gnu/packages/vnc.scm
+++ b/gnu/packages/vnc.scm
@@ -4,6 +4,7 @@
 ;;; Copyright © 2020 Hartmut Goebel <h.goebel@crazy-compilers.com>
 ;;; Copyright © 2020 Marius Bakke <marius@gnu.org>
 ;;; Copyright © 2020 Vincent Legoll <vincent.legoll@gmail.com>
+;;; Copyright © 2021 Tobias Geerinckx-Rice <me@tobias.gr>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -61,7 +62,7 @@
 (define-public remmina
   (package
     (name "remmina")
-    (version "1.4.18")
+    (version "1.4.19")
     (source
      (origin
        (method git-fetch)
@@ -71,7 +72,7 @@
          (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0s4ry2vacn4pw4whfkq6vgg7p5jsj4nyvx1h1cp60ihqg0grx99v"))))
+        (base32 "1d0yxhrnkmj2wzsj1njw32sqkarmgqkzamwks6dl8pdi20x69br2"))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #f                      ; No target



reply via email to

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