mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-magit-svn: Update to 2.2.4.
* gnu/packages/emacs-xyz.scm (emacs-magit-svn): Update to 2.2.4. Change-Id: Ibb9026985328170a1a7fcbd98a1143634458dbb4
This commit is contained in:
parent
dba829a6e3
commit
fdd8b5418c
1 changed files with 2 additions and 2 deletions
|
@ -2010,7 +2010,7 @@ as the current patch using @code{a}, and it can be discarded using @code{k}. Ot
|
|||
(define-public emacs-magit-svn
|
||||
(package
|
||||
(name "emacs-magit-svn")
|
||||
(version "2.2.3")
|
||||
(version "2.2.4")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -2019,7 +2019,7 @@ as the current patch using @code{a}, and it can be discarded using @code{k}. Ot
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1v1y4fir1plz4kj0cvkcd29wibli4dw7vp4fmbxq4df76d8iy8yd"))))
|
||||
"0x419qz80ir9ni94j3n08a5ygfq1265fpr13dsnxjjnlwjbq7sx7"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs (list emacs-dash emacs-with-editor emacs-magit))
|
||||
(home-page "https://github.com/magit/magit-svn")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue