diff options
| -rw-r--r-- | gnu/packages/emacs-xyz.scm | 38 |
1 files changed, 18 insertions, 20 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 759000184b8..f012cceaf4c 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm | |||
| @@ -29958,27 +29958,25 @@ accept and reject GitHub pull requests.") | |||
| 29958 | (license license:gpl3+)))) | 29958 | (license license:gpl3+)))) |
| 29959 | 29959 | ||
| 29960 | (define-public emacs-pr-review | 29960 | (define-public emacs-pr-review |
| 29961 | (let ((revision "0") | 29961 | (package |
| 29962 | (commit "9fa4ef4d1922cbd6dd37b631ea05aed0ef358178")) | 29962 | (name "emacs-pr-review") |
| 29963 | (package | 29963 | (version "0.1.0") |
| 29964 | (name "emacs-pr-review") | 29964 | (source (origin |
| 29965 | (version (git-version "0.0.0" revision commit)) | 29965 | (method git-fetch) |
| 29966 | (source (origin | 29966 | (uri (git-reference |
| 29967 | (method git-fetch) | 29967 | (url "https://github.com/blahgeek/emacs-pr-review.git") |
| 29968 | (uri (git-reference | 29968 | (commit (string-append "v" version)))) |
| 29969 | (url "https://github.com/blahgeek/emacs-pr-review.git") | 29969 | (file-name (git-file-name name version)) |
| 29970 | (commit commit))) | 29970 | (sha256 |
| 29971 | (file-name (git-file-name name version)) | 29971 | (base32 |
| 29972 | (sha256 | 29972 | "1cm92263jqvq2lg378xqi8ikbqw98lxjpsl29sja2xg2wf6p7gml")))) |
| 29973 | (base32 | 29973 | (build-system emacs-build-system) |
| 29974 | "1cm92263jqvq2lg378xqi8ikbqw98lxjpsl29sja2xg2wf6p7gml")))) | 29974 | (propagated-inputs (list emacs-magit emacs-ghub emacs-markdown-mode)) |
| 29975 | (build-system emacs-build-system) | 29975 | (synopsis "Review GitHub Pull Requests") |
| 29976 | (propagated-inputs (list emacs-magit emacs-ghub emacs-markdown-mode)) | 29976 | (description "This package provides a way to review GitHub Pull |
| 29977 | (synopsis "Review GitHub Pull Requests") | ||
| 29978 | (description "This package provides a way to review GitHub Pull | ||
| 29979 | Requests from magit.") | 29977 | Requests from magit.") |
| 29980 | (home-page "https://github.com/blahgeek/emacs-pr-review/") | 29978 | (home-page "https://github.com/blahgeek/emacs-pr-review/") |
| 29981 | (license license:gpl3+)))) | 29979 | (license license:gpl3+))) |
| 29982 | 29980 | ||
| 29983 | (define-public emacs-deadgrep | 29981 | (define-public emacs-deadgrep |
| 29984 | (package | 29982 | (package |
