adding apptainer 1.0.1

This commit is contained in:
Jean-François GUILLAUME 2022-03-25 14:04:03 +01:00
parent 6afa6a3340
commit e20b7c7a43
GPG key ID: 38751DAE145EFB5A

View file

@ -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)))