help-guix
[Top][All Lists]
Advanced

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

sha256 base32 value of a git checkout


From: Pierre-Henry F.
Subject: sha256 base32 value of a git checkout
Date: Sun, 17 May 2020 12:00:38 +0000

Hello,

I'm trying my hand on defining a package.
I have a source defined as in:

(origin

  (method git-fetch)

  (uri "some/git/dir")

  (commit "acommit")

  (file-name "a_filename")

  (sha256 (base32 "XXX")))

when origin resolves to an archive, guix download $url gives the value of "XXX"
but when using git-fetch... how to get the value of "XXX" ?

Thanks,
phf

reply via email to

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