gnu: emacs-pr-review: Switch to git tag.

* gnu/packages/emacs-xyz.scm (emacs-pr-review): Switch to git tag.

Change-Id: Icad59d138b158b8e24b492e4de79904eb08d493f
This commit is contained in:
Danny Milosavljevic 2025-02-07 02:05:06 +01:00
parent 0cf8d9beed
commit 8cf5eefbf3
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5

View file

@ -29958,27 +29958,25 @@ accept and reject GitHub pull requests.")
(license license:gpl3+)))) (license license:gpl3+))))
(define-public emacs-pr-review (define-public emacs-pr-review
(let ((revision "0") (package
(commit "9fa4ef4d1922cbd6dd37b631ea05aed0ef358178")) (name "emacs-pr-review")
(package (version "0.1.0")
(name "emacs-pr-review") (source (origin
(version (git-version "0.0.0" revision commit)) (method git-fetch)
(source (origin (uri (git-reference
(method git-fetch) (url "https://github.com/blahgeek/emacs-pr-review.git")
(uri (git-reference (commit (string-append "v" version))))
(url "https://github.com/blahgeek/emacs-pr-review.git") (file-name (git-file-name name version))
(commit commit))) (sha256
(file-name (git-file-name name version)) (base32
(sha256 "1cm92263jqvq2lg378xqi8ikbqw98lxjpsl29sja2xg2wf6p7gml"))))
(base32 (build-system emacs-build-system)
"1cm92263jqvq2lg378xqi8ikbqw98lxjpsl29sja2xg2wf6p7gml")))) (propagated-inputs (list emacs-magit emacs-ghub emacs-markdown-mode))
(build-system emacs-build-system) (synopsis "Review GitHub Pull Requests")
(propagated-inputs (list emacs-magit emacs-ghub emacs-markdown-mode)) (description "This package provides a way to review GitHub Pull
(synopsis "Review GitHub Pull Requests")
(description "This package provides a way to review GitHub Pull
Requests from magit.") Requests from magit.")
(home-page "https://github.com/blahgeek/emacs-pr-review/") (home-page "https://github.com/blahgeek/emacs-pr-review/")
(license license:gpl3+)))) (license license:gpl3+)))
(define-public emacs-deadgrep (define-public emacs-deadgrep
(package (package