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
e20b7c7a43
commit
fa947fd4f1
1 changed files with 19 additions and 0 deletions
|
@ -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)))
|
||||||
|
|
Loading…
Add table
Reference in a new issue