adding apptainer 1.0.1

This commit is contained in:
Jean-François GUILLAUME 2022-03-25 11:12:08 +01:00
parent 68284dd1f7
commit 88aed2b242
GPG key ID: 38751DAE145EFB5A

View file

@ -2075,3 +2075,22 @@ the Go programming language.")
"Package logrus is a structured logger for Go, completely API compatible with the
standard library logger.")
(license license:expat)))
(define-public go-github-com-gorilla-mux-1.7.4
(package
(name "go-github-com-gorilla-mux")
(version "1.7.4")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/gorilla/mux")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1d0sy1paa055ic84sp3766s9pa24q008hf77dc842vrgvn8p3wmh"))))
(build-system go-build-system)
(arguments '(#:import-path "github.com/gorilla/mux"))
(home-page "https://github.com/gorilla/mux")
(synopsis "gorilla/mux")
(description "Package mux implements a request router and dispatcher.")
(license license:bsd-3)))