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:
Brian Leung 2019-09-10 09:25:31 +02:00 committed by Brian Leung
parent 973f938fab
commit 547074359c
No known key found for this signature in database
GPG Key ID: 3ADC75F013D678F9
1 changed files with 4 additions and 5 deletions

View File

@ -14717,12 +14717,11 @@ viewing files with long lines.")
(license license:gpl3+)))) (license license:gpl3+))))
(define-public emacs-github-review (define-public emacs-github-review
(let ((commit "9c3ffe30fba5d02e9951e76d1a5be2ed046663da") (let ((commit "a13a3b4f1b6114a32af843971a145ab880f51232")
(version "0.1") (revision "2"))
(revision "1"))
(package (package
(name "emacs-github-review") (name "emacs-github-review")
(version (git-version version revision commit)) (version (git-version "0.1" revision commit))
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -14732,7 +14731,7 @@ viewing files with long lines.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"078rv6f2p3wrznhgvmkhd071bwy72007f5l2m2a0r1k2i3vbfaja")))) "0injfpxzgfhmqalba845j5l5cdcxxqz43knhxwinf36g52nfabl0"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(inputs (inputs
`(("emacs-dash" ,emacs-dash) `(("emacs-dash" ,emacs-dash)