diff mbox series

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

Message ID y76mt8t1qwl.wl-hako@ultrarare.space
State New
Headers show
Series [bug#58829,v3] gnu: mosh: Update to 1.4.0. | expand

Checks

Context Check Description
cbaines/comparison success View comparision
cbaines/git-branch success View Git branch
cbaines/applying patch success
cbaines/issue success View issue

Commit Message

Hilton Chain Nov. 14, 2022, 3:45 p.m. UTC
* 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(-)


base-commit: f572de77c4fda3347bea16b4c86d630b193291dc

Comments

Ludovic Courtès Nov. 17, 2022, 5:14 p.m. UTC | #1
Hi,

Hilton Chain <hako@ultrarare.space> skribis:

> * 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.

I see.  Applied, thanks for explaining!

Ludo’.
diff mbox series

Patch

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