all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: iyzsong--- via Guix-patches via <guix-patches@gnu.org>
To: 68166@debbugs.gnu.org
Cc: 宋文武 <iyzsong@member.fsf.org>
Subject: [bug#68166] [PATCH 2/2] plan9port: Update to 0.1.0-1.f8681ac.
Date: Sun, 31 Dec 2023 17:18:44 +0800	[thread overview]
Message-ID: <f2b8dfe504ac2f3f8a60f61c1ac81ce340028a7a.1704014134.git.iyzsong@member.fsf.org> (raw)
In-Reply-To: <91d97c04df0f0ba32bdfaf85ecf81a0d58d4cb9b.1704014134.git.iyzsong@member.fsf.org>

From: 宋文武 <iyzsong@member.fsf.org>

* gnu/packages/plan9.scm (plan9port): Update to 0.1.0-1.f8681ac.

Change-Id: I35eb40eb4213478db48989d8ed2c5865e7ce7afc
---
 gnu/packages/plan9.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/plan9.scm b/gnu/packages/plan9.scm
index 5af0f2f74f..b2d8d75471 100644
--- a/gnu/packages/plan9.scm
+++ b/gnu/packages/plan9.scm
@@ -73,8 +73,8 @@ (define-public drawterm
 
 (define-public plan9port
   ;; no releases
-  (let ((commit "cc4571fec67407652b03d6603ada6580de2194dc")
-        (revision "0"))
+  (let ((commit "f8681acb374fa0d5ed1568dbedb00a4abe1ca6f1")
+        (revision "1"))
     (package
       (name "plan9port")
       (version (git-version "0.1.0" revision commit))
@@ -86,7 +86,7 @@ (define-public plan9port
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "1g2kzlghcghs560na6xalfsjq5zwp015wv9wk8wxn26981zs759x"))
+                  "01343jvn8kr63i78h8xlgscn6wihdsr44xzh1cylvhigjbqw8n2x"))
                 (modules '((guix build utils)))
                 (snippet #~(for-each delete-file-recursively
                                      '("font/luc" ;nonfree
-- 
2.41.0





  reply	other threads:[~2023-12-31  9:40 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-31  9:15 [bug#68166] [PATCH 1/2] plan9port: Install into "$output/plan9" instead of "$output" iyzsong--- via Guix-patches via
2023-12-31  9:18 ` iyzsong--- via Guix-patches via [this message]
2024-01-07  2:42   ` bug#68166: [PATCH 2/2] plan9port: Update to 0.1.0-1.f8681ac 宋文武 via Guix-patches via

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

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

  git send-email \
    --in-reply-to=f2b8dfe504ac2f3f8a60f61c1ac81ce340028a7a.1704014134.git.iyzsong@member.fsf.org \
    --to=guix-patches@gnu.org \
    --cc=68166@debbugs.gnu.org \
    --cc=iyzsong@envs.net \
    --cc=iyzsong@member.fsf.org \
    /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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.