guix-patches
[Top][All Lists]
Advanced

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

[bug#58829] [PATCH v3] gnu: mosh: Update to 1.4.0.


From: Hilton Chain
Subject: [bug#58829] [PATCH v3] gnu: mosh: Update to 1.4.0.
Date: Mon, 14 Nov 2022 23:45:14 +0800

* gnu/packages/ssh.scm (mosh): Update to 1.4.0.
---
v2 -> v3: Hash changed, switch back to offical site source.

When I was sending v1, they hadn't put 1.4.0 on their website yet, that's why 
v2 is about switching
to GitHub source.

>From the GitHub release page, the original source was released 19 days ago by 
>github-actions, and
the tarball currently visible was uploaded 5 days later, this file is the same 
one released on the
offical site.

 gnu/packages/ssh.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/ssh.scm b/gnu/packages/ssh.scm
index 6a3779ee55..4f8be760bf 100644
--- a/gnu/packages/ssh.scm
+++ b/gnu/packages/ssh.scm
@@ -461,13 +461,13 @@ (define-public corkscrew
 (define-public mosh
   (package
     (name "mosh")
-    (version "1.3.2")
+    (version "1.4.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://mosh.org/mosh-"; version ".tar.gz"))
               (sha256
                (base32
-                "05hjhlp6lk8yjcy59zywpf0r6s0h0b9zxq0lw66dh9x8vxrhaq6s"))))
+                "1pax8sqlvcc7ammsxd9r53yx4m2hg1827wfz6f4rrwjx9q9lnbl7"))))
     (build-system gnu-build-system)
     (arguments
      '(#:phases

base-commit: f572de77c4fda3347bea16b4c86d630b193291dc
-- 
2.38.1






reply via email to

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