summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCayetano Santos <csantosb@inventati.org>2025-02-16 11:28:57 +0100
committerIan Eure <ian@retrospec.tv>2025-02-17 09:41:33 -0800
commit4e1e9f4cc24f423ce212c0d5ee08fd1ab5f98b02 (patch)
tree43ba1efaf0ae4d02c4ba8011e4ec6b77e2ab8ee8
parent7eaf64acddc7f1ae0738e7779312c2abc6fbfd38 (diff)
gnu: emacs-magit-stgit: Update to 3.1.0.
* gnu/packages/emacs-xyz.scm (emacs-magit-stgit): Update to 3.1.0. Change-Id: I20a45930c783edb400174ef53d067c0ce0ba9154 Signed-off-by: Ian Eure <ian@retrospec.tv>
-rw-r--r--gnu/packages/emacs-xyz.scm41
1 files changed, 20 insertions, 21 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index fd1e2a5887..be83665d2a 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -1909,32 +1909,31 @@ rebasing, and other common Git operations.")
(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 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