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
f57e001017
commit
1a5b979400
1 changed files with 21 additions and 0 deletions
|
@ -2504,3 +2504,24 @@ for examples.")
|
||||||
Signed Signature Version 3, and Signed Signature Version 4. Supports S3 and
|
Signed Signature Version 3, and Signed Signature Version 4. Supports S3 and
|
||||||
STS.")
|
STS.")
|
||||||
(license license:expat)))
|
(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)))
|
||||||
|
|
Loading…
Add table
Reference in a new issue