mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-05-01 14:45:39 +02:00
adding apptainer 1.0.1
This commit is contained in:
parent
68284dd1f7
commit
88aed2b242
1 changed files with 19 additions and 0 deletions
|
@ -2075,3 +2075,22 @@ the Go programming language.")
|
||||||
"Package logrus is a structured logger for Go, completely API compatible with the
|
"Package logrus is a structured logger for Go, completely API compatible with the
|
||||||
standard library logger.")
|
standard library logger.")
|
||||||
(license license:expat)))
|
(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)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue