unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Hilton Chain via Guix-patches via <guix-patches@gnu.org>
To: 58829@debbugs.gnu.org
Subject: [bug#58829] [PATCH v2] gnu: mosh: Update to 1.4.0.
Date: Sat, 29 Oct 2022 22:02:47 +0800	[thread overview]
Message-ID: <y76sfj6pw1k.wl-hako@ultrarare.space> (raw)
In-Reply-To: <y76eduscykh.wl-hako@ultrarare.space>

* gnu/packages/ssh.scm (mosh): Update to 1.4.0.
[source]: Switch to GitHub source.
---
 gnu/packages/ssh.scm | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/ssh.scm b/gnu/packages/ssh.scm
index 6a3779ee55..a7014d38b9 100644
--- a/gnu/packages/ssh.scm
+++ b/gnu/packages/ssh.scm
@@ -461,13 +461,15 @@ (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"))
+              (uri (string-append "https://github.com/mobile-shell/mosh"
+                                  "/releases/download/mosh-" version
+                                  "/mosh-" version ".tar.gz"))
               (sha256
                (base32
-                "05hjhlp6lk8yjcy59zywpf0r6s0h0b9zxq0lw66dh9x8vxrhaq6s"))))
+                "0pxrpg74xn5cwpviwz1cwc0xni8blyw04ncd9ffga4m0n2rcjgnr"))))
     (build-system gnu-build-system)
     (arguments
      '(#:phases

base-commit: 7d9243432613a9574599cd41bcbefa5819e30e3f
-- 
2.38.0





  reply	other threads:[~2022-10-29 14:04 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 ` Hilton Chain via Guix-patches via [this message]
2022-11-14 11:26   ` 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=y76sfj6pw1k.wl-hako@ultrarare.space \
    --to=guix-patches@gnu.org \
    --cc=58829@debbugs.gnu.org \
    --cc=hako@ultrarare.space \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).