gnu: libutf: Use GIT- helpers.
authorTobias Geerinckx-Rice <me@tobias.gr>
Fri, 15 May 2020 21:36:59 +0000 (23:36 +0200)
committerTobias Geerinckx-Rice <me@tobias.gr>
Sat, 16 May 2020 12:30:21 +0000 (14:30 +0200)
* gnu/packages/suckless (libutf)[source]: Use GIT-VERSION and GIT-FILE-NAME.

gnu/packages/suckless.scm

index 69177f4..bff7fc4 100644 (file)
@@ -634,14 +634,14 @@ colormap to stdout.")
         (commit "ff4c60635e1f455b0a0b4200f8183fbd5a88225b"))
     (package
       (name "libutf")
-      (version (string-append "0.0.0-" revision "." (string-take commit 7)))
+      (version (git-version "0.0.0" revision commit))
       (source
        (origin
          (method git-fetch)
          (uri (git-reference
                (url "https://github.com/cls/libutf")
                (commit commit)))
-         (file-name (string-append name "-" version "-checkout"))
+         (file-name (git-file-name name version))
          (sha256
           (base32
            "1ih5vjavilzggyr1j1z6w1z12c2fs5fg77cfnv7ami5ivsy3kg3d"))))