me
/
guix
Archived
1
0
Fork 0

gnu: emacs-magit-gerrit: Update to 0.4-1.a975215.

* gnu/packages/emacs-xyz.scm (emacs-magit-gerrit): Update to 0.4-1.a975215.
master
Maxim Cournoyer 2023-03-20 20:53:29 -04:00
parent b019c16b03
commit 34e4761a0f
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 21 additions and 19 deletions

View File

@ -23497,27 +23497,29 @@ time is being spent during Emacs startup in order to optimize startup time.")
(license license:gpl3+))) (license license:gpl3+)))
(define-public emacs-magit-gerrit (define-public emacs-magit-gerrit
(package (let ((commit "a97521574c5b7d4b7ab89e25c358c87fd5b1887f")
(name "emacs-magit-gerrit") (revision "1"))
(version "0.4") (package
(source (name "emacs-magit-gerrit")
(origin (version (git-version "0.4" revision commit))
(method git-fetch) (source
(uri (git-reference (origin
(url "https://github.com/terranpro/magit-gerrit") (method git-fetch)
(commit (string-append "v" version)))) (uri (git-reference
(file-name (git-file-name name version)) (url "https://github.com/emacsorphanage/magit-gerrit")
(sha256 (commit commit)))
(base32 "1q4kcr2ha2kir7pj0cshmgllgq51543syxkkk5jk3ksfiaba4crj")))) (file-name (git-file-name name version))
(build-system emacs-build-system) (sha256
(propagated-inputs (base32 "0p6h67x7f6iraw6jqn7dmqy2m2mwwvbwcs61hq8jc602v6hkslqn"))))
(list emacs-magit)) (build-system emacs-build-system)
(home-page "https://github.com/terranpro/magit-gerrit") (propagated-inputs
(synopsis "Magit extension for Gerrit") (list emacs-magit))
(description "This Magit extension provides integration with Gerrit, (home-page "https://github.com/emacsorphanage/magit-gerrit")
(synopsis "Magit extension for Gerrit")
(description "This Magit extension provides integration with Gerrit,
which makes it possible to conduct Gerrit code reviews directly from within which makes it possible to conduct Gerrit code reviews directly from within
Emacs.") Emacs.")
(license license:gpl3+))) (license license:gpl3+))))
(define-public emacs-magit-org-todos-el (define-public emacs-magit-org-todos-el
(package (package