From bf9e2fe1859eb76cd1eb181f8dbec0eb26b21dbf Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Sat, 29 May 2021 15:46:42 +0200 Subject: gnu: emacs-magit-svn: Update to 2.2.3. * gnu/packages/emacs-xyz.scm (emacs-magit-svn): Update to 2.2.3. --- gnu/packages/emacs-xyz.scm | 45 ++++++++++++++++++++++----------------------- 1 file changed, 22 insertions(+), 23 deletions(-) (limited to 'gnu/packages/emacs-xyz.scm') diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index fbd2d14811..61006ee8cd 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -736,30 +736,29 @@ rebasing, and other common Git operations.") (license license:gpl3+))) (define-public emacs-magit-svn - (let ((commit "9e33ceee32f665db59909e1c00a667ccdd04178f")) - (package - (name "emacs-magit-svn") - (version (git-version "2.2.1" "2" commit)) - (source (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/magit/magit-svn") - (commit commit))) - (file-name (git-file-name name version)) - (sha256 - (base32 - "1mlqz8dh6jy5rv72lgkxv253dgh73fmbaidskicypapvbl3lr6xy")))) - (build-system emacs-build-system) - (propagated-inputs `(("dash" ,emacs-dash) - ("with-editor" ,emacs-with-editor) - ("magit" ,emacs-magit) - ("transient" ,emacs-transient))) - (home-page "https://github.com/magit/magit-svn") - (synopsis "Git-SVN extension to Magit") - (description - "This package is an extension to Magit, the Git Emacs mode, providing + (package + (name "emacs-magit-svn") + (version "2.2.3") + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/magit/magit-svn") + (commit version))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1v1y4fir1plz4kj0cvkcd29wibli4dw7vp4fmbxq4df76d8iy8yd")))) + (build-system emacs-build-system) + (propagated-inputs `(("dash" ,emacs-dash) + ("with-editor" ,emacs-with-editor) + ("magit" ,emacs-magit) + ("transient" ,emacs-transient))) + (home-page "https://github.com/magit/magit-svn") + (synopsis "Git-SVN extension to Magit") + (description + "This package is an extension to Magit, the Git Emacs mode, providing support for Git-SVN.") - (license license:gpl3+)))) + (license license:gpl3+))) (define-public emacs-magit-popup (package -- cgit v1.2.3