unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
* sha256 base32 value of a git checkout
@ 2020-05-17 12:00 Pierre-Henry F.
  2020-05-17 12:14 ` Reza Alizadeh Majd
  0 siblings, 1 reply; 3+ messages in thread
From: Pierre-Henry F. @ 2020-05-17 12:00 UTC (permalink / raw)
  To: help-guix\@gnu.org

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-05-17 15:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-17 12:00 sha256 base32 value of a git checkout Pierre-Henry F.
2020-05-17 12:14 ` Reza Alizadeh Majd
2020-05-17 15:08   ` Pierre-Henry F.

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).