mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-14 19:05:10 -05:00
gnu: emacs-github-review: Update to 0.1-2.a13a3b4.
* gnu/packages/emacs-xyz.scm (emacs-github-review): Update to 0.1-2.a13a3b4.
This commit is contained in:
parent
973f938fab
commit
547074359c
1 changed files with 4 additions and 5 deletions
|
@ -14717,12 +14717,11 @@ (define-public emacs-so-long
|
|||
(license license:gpl3+))))
|
||||
|
||||
(define-public emacs-github-review
|
||||
(let ((commit "9c3ffe30fba5d02e9951e76d1a5be2ed046663da")
|
||||
(version "0.1")
|
||||
(revision "1"))
|
||||
(let ((commit "a13a3b4f1b6114a32af843971a145ab880f51232")
|
||||
(revision "2"))
|
||||
(package
|
||||
(name "emacs-github-review")
|
||||
(version (git-version version revision commit))
|
||||
(version (git-version "0.1" revision commit))
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -14732,7 +14731,7 @@ (define-public emacs-github-review
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"078rv6f2p3wrznhgvmkhd071bwy72007f5l2m2a0r1k2i3vbfaja"))))
|
||||
"0injfpxzgfhmqalba845j5l5cdcxxqz43knhxwinf36g52nfabl0"))))
|
||||
(build-system emacs-build-system)
|
||||
(inputs
|
||||
`(("emacs-dash" ,emacs-dash)
|
||||
|
|
Loading…
Reference in a new issue