|
From: | Ludovic Courtès |
Subject: | [bug#31621] [PATCH 1/3] gnu: Add hpcguix-web. |
Date: | Thu, 31 May 2018 18:09:54 +0200 |
User-agent: | Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) |
Hello! (Cc’ing Roel, who might have something to say. :-)) Rouby Pierre-Antoine <address@hidden> skribis: > * gnu/package/web.scm (hpcguix-web): New variable. [...] > +(define-public hpcguix-web > + (package > + (name "hpcguix-web") > + (version "0.0.1") > + (source (origin > + (method git-fetch) > + (uri (git-reference > + (url "https://github.com/UMCUGenetics/hpcguix-web.git") > + (commit "3e3b9a3a406ee2dcd10c96cbedcc16ea378e8e8f"))) Please use the version scheme as explained in the manual (info "(guix) Version Numbers"). That’s all I have to say. :-) Ludo’.
[Prev in Thread] | Current Thread | [Next in Thread] |