mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 14:18:38 +02:00
adding apptainer 1.0.1
This commit is contained in:
parent
6afa6a3340
commit
e20b7c7a43
1 changed files with 20 additions and 0 deletions
|
@ -2589,3 +2589,23 @@ identifiers.")
|
|||
"Package pretty provides pretty-printing for Go values. This is useful during
|
||||
debugging, to avoid wrapping long output lines in the terminal.")
|
||||
(license license:expat)))
|
||||
(define-public go-github-com-jpillora-backoff-0.0.0-20180909062703-3050d21c67d7
|
||||
(package
|
||||
(name "go-github-com-jpillora-backoff")
|
||||
(version "0.0.0-20180909062703-3050d21c67d7")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/jpillora/backoff")
|
||||
(commit (go-version->git-ref version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1nxapdx9xg5gwiscfhq7m0w14hj4gaxb4avmgf1mx9zd3jnw9jxv"))))
|
||||
(build-system go-build-system)
|
||||
(arguments '(#:import-path "github.com/jpillora/backoff"))
|
||||
(home-page "https://github.com/jpillora/backoff")
|
||||
(synopsis "Backoff")
|
||||
(description
|
||||
"Package backoff provides an exponential-backoff implementation.")
|
||||
(license license:expat)))
|
||||
|
|
Loading…
Add table
Reference in a new issue