adding apptainer 1.0.1

This commit is contained in:
Jean-François GUILLAUME 2022-03-25 12:54:36 +01:00
parent 7906b3eced
commit f4b43c2c31
GPG key ID: 38751DAE145EFB5A

View file

@ -2345,3 +2345,22 @@ transformations, and locale-specific text handling.")
(description
"This repository holds supplementary Go networking libraries.")
(license license:bsd-3)))
(define-public go-github-com-tj-go-spin-1.1.0
(package
(name "go-github-com-tj-go-spin")
(version "1.1.0")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/tj/go-spin")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "11xr67991m5pwsy1dira3iwd0sr55vmn1cyjwmlqziw4bwpym64s"))))
(build-system go-build-system)
(arguments '(#:import-path "github.com/tj/go-spin"))
(home-page "https://github.com/tj/go-spin")
(synopsis #f)
(description #f)
(license #f)))