mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
7eaf64acdd
commit
4e1e9f4cc2
1 changed files with 20 additions and 21 deletions
|
@ -1909,32 +1909,31 @@ 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")
|
(package
|
||||||
(revision "0"))
|
(name "emacs-magit-stgit")
|
||||||
(package
|
(version "3.1.0")
|
||||||
(name "emacs-magit-stgit")
|
(source
|
||||||
(version (git-version "2.2.1" revision commit))
|
(origin
|
||||||
(source
|
(method git-fetch)
|
||||||
(origin
|
(uri (git-reference
|
||||||
(method git-fetch)
|
(url "https://github.com/stacked-git/magit-stgit.git")
|
||||||
(uri (git-reference
|
(commit version)))
|
||||||
(url "https://github.com/stacked-git/magit-stgit.git")
|
(file-name (git-file-name name version))
|
||||||
(commit commit)))
|
(sha256
|
||||||
(file-name (git-file-name name version))
|
(base32 "1z2dhc1m510iyrks5lxp3jlqg4n7qwwirbmxg4c4ll0xngfhnalc"))))
|
||||||
(sha256
|
(build-system emacs-build-system)
|
||||||
(base32 "1z2dhc1m510iyrks5lxp3jlqg4n7qwwirbmxg4c4ll0xngfhnalc"))))
|
(propagated-inputs (list emacs-magit emacs-transient emacs-llama
|
||||||
(build-system emacs-build-system)
|
emacs-dash))
|
||||||
(propagated-inputs (list emacs-magit emacs-transient))
|
(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
|
"This package provides basic support for @code{stgit} in
|
||||||
"This package provides basic support for @code{stgit} in
|
|
||||||
@code{emacs-magit}. When @code{magit-stgit-mode} is turned on, the
|
@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
|
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue