packages: wayneko: Use git-version for versioning
parent
9f7cc992b2
commit
dfc26a17c6
|
@ -10,9 +10,11 @@
|
||||||
#:use-module ((guix licenses) #:prefix license:))
|
#:use-module ((guix licenses) #:prefix license:))
|
||||||
|
|
||||||
(define-public wayneko
|
(define-public wayneko
|
||||||
|
(let ((commit "cb3668e42562a5b022a02af099de7faf122c27bf")
|
||||||
|
(revision "0"))
|
||||||
(package
|
(package
|
||||||
(name "wayneko")
|
(name "wayneko")
|
||||||
(version "unknown")
|
(version (git-version "0" revision commit))
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -40,4 +42,4 @@
|
||||||
wayland.")
|
wayland.")
|
||||||
(description "The cute oneko cat chasing your mouse pointer, but now on
|
(description "The cute oneko cat chasing your mouse pointer, but now on
|
||||||
wayland.")
|
wayland.")
|
||||||
(license license:gpl3)))
|
(license license:gpl3))))
|
||||||
|
|
Loading…
Reference in New Issue