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: 71544@debbugs.gnu.org
Cc: 宋文武 <iyzsong@member.fsf.org>
Subject: [bug#71544] [PATCH 1/2] gnu: drawterm: Update to 20240523-1.8391a9e.
Date: Fri, 14 Jun 2024 12:27:50 +0800	[thread overview]
Message-ID: <3bc5b23ee954a1f824161b3707aea4c620f1c2fb.1718339095.git.iyzsong@member.fsf.org> (raw)
In-Reply-To: <cover.1718339095.git.iyzsong@member.fsf.org>

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

* gnu/packages/plan9.scm (drawterm): Update to 20240523-1.8391a9e.

Change-Id: I0d9ccff72263addbc61cde2fca745abca8eb28d5
---
 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 b2d8d75471..34df16c369 100644
--- a/gnu/packages/plan9.scm
+++ b/gnu/packages/plan9.scm
@@ -33,10 +33,10 @@ (define-module (gnu packages plan9)
 
 (define-public drawterm
   (let ((revision "1")
-        (commit "c97fe4693f6112504d6f13fab46f7cc8b27685c1"))
+        (commit "8391a9e364622cb7d85e128b427fb96c75e18265"))
     (package
       (name "drawterm")
-      (version (git-version "20210628" revision commit))
+      (version (git-version "20240523" revision commit))
       (source
        (origin
          (method git-fetch)
@@ -45,7 +45,7 @@ (define-public drawterm
                (commit commit)))
          (file-name (git-file-name name version))
          (sha256
-          (base32 "059sl60ap6c9lz8k91k6bd34694a290wm0s93b2vfszzzv683spw"))))
+          (base32 "1s6k3f5xal3ncgvz1f3gszl1m1dpd6b7m6vjfsrb97w2a392hyb0"))))
       (build-system gnu-build-system)
       (arguments
        `(#:make-flags (list "CONF=unix"
-- 
2.41.0





  reply	other threads:[~2024-06-14  4:29 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-14  4:25 [bug#71544] [PATCH 0/2] drawterm update and drawterm-wayland package iyzsong--- via Guix-patches via
2024-06-14  4:27 ` iyzsong--- via Guix-patches via [this message]
2024-06-14  4:27 ` [bug#71544] [PATCH 2/2] gnu: Add drawterm-wayland iyzsong--- via Guix-patches via
2024-06-14 11:51 ` [bug#71544] [PATCH] gnu: simde: Update to 0.8.2 iyzsong--- via Guix-patches via
2024-06-20  6:53   ` bug#71549: " jgart via Guix-patches via
2024-07-07 10:14 ` [bug#71544] To commit Andreas Enge
2024-07-25  2:36   ` bug#71544: " 宋文武 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=3bc5b23ee954a1f824161b3707aea4c620f1c2fb.1718339095.git.iyzsong@member.fsf.org \
    --to=guix-patches@gnu.org \
    --cc=71544@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.