mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: vim-airline-themes: Update to 0.0.0-2.e6f2332.
* gnu/packages/vim.scm (vim-airline-themes): Update to 0.0.0-2.e6f2332. [version]: Use 'git-version'. [source]: Use 'git-file-name'.
This commit is contained in:
parent
34e549d813
commit
deae64ce01
1 changed files with 5 additions and 5 deletions
|
@ -565,21 +565,21 @@ (define-public vim-airline
|
||||||
|
|
||||||
;; There are no tarball releases.
|
;; There are no tarball releases.
|
||||||
(define-public vim-airline-themes
|
(define-public vim-airline-themes
|
||||||
(let ((commit "6026eb78bf362cb3aa875aff8487f65728d0f7d8")
|
(let ((commit "e6f233231b232b6027cde6aebeeb18d9138e5324")
|
||||||
(revision "1"))
|
(revision "2"))
|
||||||
(package
|
(package
|
||||||
(name "vim-airline-themes")
|
(name "vim-airline-themes")
|
||||||
(version (string-append "0.0.0-" revision "." (string-take commit 7)))
|
(version (git-version "0.0.0" revision commit))
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/vim-airline/vim-airline-themes")
|
(url "https://github.com/vim-airline/vim-airline-themes")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(file-name (string-append name "-" version "-checkout"))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"13ijkavh1r0935cn2rjsfbdd1q3ka8bi26kw0bdkrqlrqxwvpss8"))))
|
"1sb7nb7j7bz0pv1c9bgdy0smhr0jk2b1vbdv9yzghg5lrknpsbr6"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f
|
`(#:tests? #f
|
||||||
|
|
Loading…
Reference in a new issue