all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / 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.

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.