use git-version

This commit is contained in:
Efraim Flashner 2020-05-21 12:18:56 +03:00
parent 088b5dbc50
commit 0ddb656d9f
Signed by: efraim
GPG key ID: 41AAE7DCCA3D8351
7 changed files with 7 additions and 7 deletions

View file

@ -26,7 +26,7 @@
(revision "1"))
(package
(name "minesviiper")
(version (string-append "0.0.0-" revision "." (string-take commit 7)))
(version (git-version "0.0.0" revision commit))
(source
(origin
(method git-fetch)

View file

@ -26,7 +26,7 @@
(revision "4"))
(package
(name "solvitaire")
(version (string-append "0.0.0-" revision "." (string-take commit 7)))
(version (git-version "0.0.0" revision commit))
(source
(origin
(method git-fetch)

View file

@ -26,7 +26,7 @@
(revision "2"))
(package
(name "viper")
(version (string-append "0.0.0-" revision "." (string-take commit 7)))
(version (git-version "0.0.0" revision commit))
(source
(origin
(method git-fetch)

View file

@ -29,7 +29,7 @@
(revision "1"))
(package
(name "edone")
(version (string-append "0.0.0-" revision "." (string-take commit 7)))
(version (git-version "0.0.0" revision commit))
(source
(origin
(method git-fetch)

View file

@ -52,7 +52,7 @@ This mode tries to work well with evil-mode, just set aria2-add-evil-quirks to t
(package
(inherit emacs-aria2)
(name "emacs-aria2el")
(version (string-append "0.0.0-" revision "." (string-take commit 7)))
(version (git-version "0.0.0" revision commit))
(source
(origin
(method git-fetch)

View file

@ -32,7 +32,7 @@
(revision "2"))
(package
(name "empc")
(version (string-append "0.99.0.0-" revision "." (string-take commit 7)))
(version (git-version "0.99.0.0" revision commit))
(source
(origin
(method git-fetch)

View file

@ -29,7 +29,7 @@
(revision "1"))
(package
(name "etui")
(version (string-append "0.0.0-" revision "." (string-take commit 7)))
(version (git-version "0.0.0" revision commit))
(source
(origin
(method git-fetch)