guix-commits
[Top][All Lists]
Advanced

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

07/16: gnu: remmina: Update to 1.4.32.


From: guix-commits
Subject: 07/16: gnu: remmina: Update to 1.4.32.
Date: Thu, 28 Sep 2023 19:12:56 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit a4ccc473a3551458b367a1d26ef1026178d3f609
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Sep 24 02:00:00 2023 +0200

    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.
---
 gnu/packages/vnc.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/vnc.scm b/gnu/packages/vnc.scm
index 72b6682385..8ba1292e28 100644
--- a/gnu/packages/vnc.scm
+++ b/gnu/packages/vnc.scm
@@ -72,17 +72,17 @@
 (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



reply via email to

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