adding apptainer 1.0.1

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

View file

@ -2609,3 +2609,22 @@ debugging, to avoid wrapping long output lines in the terminal.")
(description (description
"Package backoff provides an exponential-backoff implementation.") "Package backoff provides an exponential-backoff implementation.")
(license license:expat))) (license license:expat)))
(define-public go-github-com-google-uuid-1.1.1
(package
(name "go-github-com-google-uuid")
(version "1.1.1")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/google/uuid")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0hfxcf9frkb57k6q0rdkrmnfs78ms21r1qfk9fhlqga2yh5xg8zb"))))
(build-system go-build-system)
(arguments '(#:import-path "github.com/google/uuid"))
(home-page "https://github.com/google/uuid")
(synopsis "uuid")
(description "Package uuid generates and inspects UUIDs.")
(license license:bsd-3)))