GNU bug report logs - #76333
[PATCH] gnu: emacs-magit-stgit: Update to 3.1.0.

Previous Next

Package: guix-patches;

Reported by: Cayetano Santos <csantosb <at> inventati.org>

Date: Sun, 16 Feb 2025 10:30:02 UTC

Severity: normal

Tags: patch

Done: Ian Eure <ian <at> retrospec.tv>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 76333 in the body.
You can then email your comments to 76333 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#76333; Package guix-patches. (Sun, 16 Feb 2025 10:30:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Cayetano Santos <csantosb <at> inventati.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sun, 16 Feb 2025 10:30:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Cayetano Santos <csantosb <at> inventati.org>
To: guix-patches <at> gnu.org
Cc: Cayetano Santos <csantosb <at> inventati.org>
Subject: [PATCH] gnu: emacs-magit-stgit: Update to 3.1.0.
Date: Sun, 16 Feb 2025 11:28:57 +0100
* gnu/packages/emacs-xyz.scm (emacs-magit-stgit): Update to 3.1.0.

Change-Id: I20a45930c783edb400174ef53d067c0ce0ba9154
---
 gnu/packages/emacs-xyz.scm | 41 +++++++++++++++++++-------------------
 1 file changed, 20 insertions(+), 21 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index fd1e2a5887..53e838335e 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -1909,32 +1909,31 @@ (define-public emacs-magit
     (license license:gpl3+)))
 
 (define-public emacs-magit-stgit
-  (let ((commit "51168b7438dfb5ca6b9239b8564397cc0cc6e798")
-        (revision "0"))
-    (package
-      (name "emacs-magit-stgit")
-      (version (git-version "2.2.1" revision commit))
-      (source
-       (origin
-         (method git-fetch)
-         (uri (git-reference
-               (url "https://github.com/stacked-git/magit-stgit.git")
-               (commit commit)))
-         (file-name (git-file-name name version))
-         (sha256
-          (base32 "1z2dhc1m510iyrks5lxp3jlqg4n7qwwirbmxg4c4ll0xngfhnalc"))))
-      (build-system emacs-build-system)
-      (propagated-inputs (list emacs-magit emacs-transient))
-      (home-page "https://github.com/stacked-git/magit-stgit")
-      (synopsis "StGit extension for Magit")
-      (description
-       "This package provides basic support for @code{stgit} in
+  (package
+    (name "emacs-magit-stgit")
+    (version "3.1.0")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/stacked-git/magit-stgit.git")
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "1z2dhc1m510iyrks5lxp3jlqg4n7qwwirbmxg4c4ll0xngfhnalc"))))
+    (build-system emacs-build-system)
+    (propagated-inputs (list emacs-magit emacs-transient emacs-llama
+                             emacs-dash))
+    (home-page "https://github.com/stacked-git/magit-stgit")
+    (synopsis "StGit extension for Magit")
+    (description
+     "This package provides basic support for @code{stgit} in
 @code{emacs-magit}.  When @code{magit-stgit-mode} is turned on, the
 current patch series is displayed in the status buffer.  While point is on a
 patch the changes it introduces can be shown using @code{RET}, it can be selected
 as the current patch using @code{a}, and it can be discarded using @code{k}.  Other
 @code{StGit} commands are available from the @code{StGit} transient on @code{/}.")
-      (license license:gpl3+))))
+    (license license:gpl3+)))
 
 (define-public emacs-magit-svn
   (package

base-commit: dd7a377c38c2a3e0cb80b0e45b32dfbe4577a739
--
2.48.1





Information forwarded to guix-patches <at> gnu.org:
bug#76333; Package guix-patches. (Mon, 17 Feb 2025 17:45:01 GMT) Full text and rfc822 format available.

Message #8 received at 76333 <at> debbugs.gnu.org (full text, mbox):

From: Ian Eure <ian <at> retrospec.tv>
To: Cayetano Santos <csantosb <at> inventati.org>
Cc: 76333 <at> debbugs.gnu.org
Subject: Re: [bug#76333] [PATCH] gnu: emacs-magit-stgit: Update to 3.1.0.
Date: Mon, 17 Feb 2025 09:44:34 -0800
Hi Cayetano,

Pushed as 4e1e9f4cc2 with a small fix to the release tag; upstream 
doesn’t have the "v" prefix specified in the commit field.

Also noted that this patch the package build, which was broken in 
master, thank you!

 -- Ian




bug closed, send any further explanations to 76333 <at> debbugs.gnu.org and Cayetano Santos <csantosb <at> inventati.org> Request was from Ian Eure <ian <at> retrospec.tv> to control <at> debbugs.gnu.org. (Mon, 17 Feb 2025 17:45:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 18 Mar 2025 11:24:29 GMT) Full text and rfc822 format available.

This bug report was last modified 95 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.