unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#58829] [PATCH] gnu: mosh: Update to 1.4.0.
@ 2022-10-28  5:22 Hilton Chain via Guix-patches via
  2022-10-29 14:02 ` [bug#58829] [PATCH v2] " Hilton Chain via Guix-patches via
  0 siblings, 1 reply; 5+ messages in thread
From: Hilton Chain via Guix-patches via @ 2022-10-28  5:22 UTC (permalink / raw)
  To: 58829

* 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





^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-11-17 17:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-28  5:22 [bug#58829] [PATCH] gnu: mosh: Update to 1.4.0 Hilton Chain via Guix-patches via
2022-10-29 14:02 ` [bug#58829] [PATCH v2] " Hilton Chain via Guix-patches via
2022-11-14 11:26   ` [bug#58829] [PATCH] " Ludovic Courtès
2022-11-14 15:45     ` [bug#58829] [PATCH v3] " Hilton Chain via Guix-patches via
2022-11-17 17:14       ` bug#58829: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).