guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Add guile-minikanren


From: Ludovic Courtès
Subject: Re: Add guile-minikanren
Date: Thu, 23 Apr 2015 23:10:03 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

Eric Bavier <address@hidden> skribis:

> On 2015-04-23 13:57, address@hidden wrote:
>>>>> +    (source (origin
>>>>> +              (method git-fetch)
>>>>> +              (uri (git-reference
>>>>> +                    (url "https://github.com/ijp/minikanren.git";)
>>>>> +                    (commit
>>>>> "10d507785eab30b0f8b47bf8bb37d880731fc031")))
>>>>
>>>> Is there no tarball? If possiblem we would prefer this.
>>>
>>> No tarball.  I would recommend that the first 7 characters of the
>>> commit SHA be used as the package version, and this string here could
>>> just be replaced with 'version'.
>>
>> Maybe make the version (string-append "0-" commit) so we can eventually
>> increment that zero to make upgrades work, as Andreas notes?
>> (I think upstream minikanren is frozen anyway.)
>
> Why not use YYYYMMDD.<7-char-sha> so that the version is less
> arbitrary? It would still sort for upgrades.

Fine with me!

Ludo’.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]