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>
This commit is contained in:
Cayetano Santos 2025-02-16 11:28:57 +01:00 committed by Ian Eure
parent 7eaf64acdd
commit 4e1e9f4cc2
No known key found for this signature in database
GPG key ID: 8499AC88F1A71CF2

View file

@ -1909,22 +1909,21 @@ rebasing, and other common Git operations.")
(license license:gpl3+))) (license license:gpl3+)))
(define-public emacs-magit-stgit (define-public emacs-magit-stgit
(let ((commit "51168b7438dfb5ca6b9239b8564397cc0cc6e798")
(revision "0"))
(package (package
(name "emacs-magit-stgit") (name "emacs-magit-stgit")
(version (git-version "2.2.1" revision commit)) (version "3.1.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://github.com/stacked-git/magit-stgit.git") (url "https://github.com/stacked-git/magit-stgit.git")
(commit commit))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "1z2dhc1m510iyrks5lxp3jlqg4n7qwwirbmxg4c4ll0xngfhnalc")))) (base32 "1z2dhc1m510iyrks5lxp3jlqg4n7qwwirbmxg4c4ll0xngfhnalc"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(propagated-inputs (list emacs-magit emacs-transient)) (propagated-inputs (list emacs-magit emacs-transient emacs-llama
emacs-dash))
(home-page "https://github.com/stacked-git/magit-stgit") (home-page "https://github.com/stacked-git/magit-stgit")
(synopsis "StGit extension for Magit") (synopsis "StGit extension for Magit")
(description (description
@ -1934,7 +1933,7 @@ 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 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 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{/}.") @code{StGit} commands are available from the @code{StGit} transient on @code{/}.")
(license license:gpl3+)))) (license license:gpl3+)))
(define-public emacs-magit-svn (define-public emacs-magit-svn
(package (package