adding apptainer 1.0.1

This commit is contained in:
Jean-François GUILLAUME 2022-03-25 13:21:48 +01:00
parent f57e001017
commit 1a5b979400
GPG key ID: 38751DAE145EFB5A

View file

@ -2504,3 +2504,24 @@ for examples.")
Signed Signature Version 3, and Signed Signature Version 4. Supports S3 and
STS.")
(license license:expat)))
(define-public go-github-com-rogpeppe-fastuuid-1.1.0
(package
(name "go-github-com-rogpeppe-fastuuid")
(version "1.1.0")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/rogpeppe/fastuuid")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1jlif5pxyz3md02ij93kd2y2j1zz0ajc9k8azvn83vv6l3r5c1zg"))))
(build-system go-build-system)
(arguments '(#:import-path "github.com/rogpeppe/fastuuid"))
(home-page "https://github.com/rogpeppe/fastuuid")
(synopsis "fastuuid")
(description
"Package fastuuid provides fast UUID generation of 192 bit universally unique
identifiers.")
(license license:bsd-3)))