emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#58829: closed ([PATCH] gnu: mosh: Update to 1.4.0.)


From: GNU bug Tracking System
Subject: bug#58829: closed ([PATCH] gnu: mosh: Update to 1.4.0.)
Date: Thu, 17 Nov 2022 17:15:02 +0000

Your message dated Thu, 17 Nov 2022 18:14:39 +0100
with message-id <87fsehh5a8.fsf@gnu.org>
and subject line Re: [PATCH v3] gnu: mosh: Update to 1.4.0.
has caused the debbugs.gnu.org bug report #58829,
regarding [PATCH] gnu: mosh: Update to 1.4.0.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
58829: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=58829
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: mosh: Update to 1.4.0. Date: Fri, 28 Oct 2022 13:22:06 +0800
* gnu/packages/ssh.scm (mosh): Update to 1.4.0.
---
 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..441cbaedc5 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"))))
+                "0pxrpg74xn5cwpviwz1cwc0xni8blyw04ncd9ffga4m0n2rcjgnr"))))
     (build-system gnu-build-system)
     (arguments
      '(#:phases

base-commit: 3511ad28575cac04b3f2e7dae00042690192cbd2
-- 
2.38.0




--- End Message ---
--- Begin Message --- Subject: Re: [PATCH v3] gnu: mosh: Update to 1.4.0. Date: Thu, 17 Nov 2022 18:14:39 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)
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’.


--- End Message ---

reply via email to

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