[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#31621] [PATCH 1/3] gnu: Add hpcguix-web.
From: |
Roel Janssen |
Subject: |
[bug#31621] [PATCH 1/3] gnu: Add hpcguix-web. |
Date: |
Fri, 01 Jun 2018 00:38:36 +0200 |
User-agent: |
mu4e 1.0; emacs 26.1 |
Ludovic Courtès <address@hidden> writes:
> Hello!
>
> (Cc’ing Roel, who might have something to say. :-))
Yes yes. Shamefully, I haven't tested the patches yet.
I like the work of Pierre-Antoine on hpcguix-web a lot!
>
> 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. :-)
We could just release a 0.0.2. Then we don't need use git-fetch at all.
Kind regards,
Roel Janssen