[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
30/63: gnu: emacs-magit-svn: Update to 2.2.3.
From: |
guix-commits |
Subject: |
30/63: gnu: emacs-magit-svn: Update to 2.2.3. |
Date: |
Sat, 29 May 2021 10:17:46 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit bf9e2fe1859eb76cd1eb181f8dbec0eb26b21dbf
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat May 29 15:46:42 2021 +0200
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(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index fbd2d14..61006ee 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
- 18/63: gnu: emacs-ghub: Update to 3.5.3., (continued)
- 18/63: gnu: emacs-ghub: Update to 3.5.3., guix-commits, 2021/05/29
- 19/63: gnu: emacs-gitlab-ci-mode: Update to 20190824.12.2., guix-commits, 2021/05/29
- 20/63: gnu: emacs-gitlab-ci-mode: Drop ".git" suffix in source URI., guix-commits, 2021/05/29
- 21/63: gnu: emacs-god-mode: Update to 2.17.3., guix-commits, 2021/05/29
- 22/63: gnu: emacs-helm: Update to 3.7.1., guix-commits, 2021/05/29
- 24/63: gnu: emacs-helm-org-rifle: Update to 1.7.1., guix-commits, 2021/05/29
- 25/63: gnu: emacs-highlight-defined: Update to 0.1.6., guix-commits, 2021/05/29
- 26/63: gnu: emacs-hl-todo: Update to 3.3.0., guix-commits, 2021/05/29
- 27/63: gnu: emacs-ido-completing-read+: Update to 4.13., guix-commits, 2021/05/29
- 28/63: gnu: emacs-jsonnet-mode: Update to 0.1.3., guix-commits, 2021/05/29
- 30/63: gnu: emacs-magit-svn: Update to 2.2.3.,
guix-commits <=
- 33/63: gnu: emacs-no-littering: Update to 1.2.2., guix-commits, 2021/05/29
- 31/63: gnu: emacs-markdown-preview-mode: Update to 0.9.4., guix-commits, 2021/05/29
- 42/63: gnu: emacs-pandoc-mode: Update to 2.31., guix-commits, 2021/05/29
- 32/63: gnu: emacs-minitest: Update to 0.9.2., guix-commits, 2021/05/29
- 34/63: gnu: emacs-olivetti: Update to 1.11.4., guix-commits, 2021/05/29
- 35/63: gnu: emacs-org-fragtog: Update to 0.3.2., guix-commits, 2021/05/29
- 39/63: gnu: emacs-org-static-blog: Update to 1.5.0., guix-commits, 2021/05/29
- 36/63: gnu: emacs-orgit: Update to 1.7.0., guix-commits, 2021/05/29
- 37/63: gnu: emacs-org-re-reveal: Update to 3.9.0., guix-commits, 2021/05/29
- 38/63: gnu: emacs-org-roam-bibtex: Update to 0.6.0-pre.2., guix-commits, 2021/05/29