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
4e9ee0dc27
commit
8a982eb6e9
1 changed files with 20 additions and 0 deletions
|
@ -2185,3 +2185,23 @@ it, have your say here: @url{https://cutt.ly/testify,https://cutt.ly/testify} **
|
|||
Package testify is a set of packages that provide many tools for testifying that
|
||||
your code will behave as you intend.")
|
||||
(license license:expat)))
|
||||
(define-public go-github-com-stretchr-objx-0.1.1
|
||||
(package
|
||||
(name "go-github-com-stretchr-objx")
|
||||
(version "0.1.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/stretchr/objx")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0iph0qmpyqg4kwv8jsx6a56a7hhqq8swrazv40ycxk9rzr0s8yls"))))
|
||||
(build-system go-build-system)
|
||||
(arguments '(#:import-path "github.com/stretchr/objx"))
|
||||
(home-page "https://github.com/stretchr/objx")
|
||||
(synopsis "Objx")
|
||||
(description
|
||||
"Objx - Go package for dealing with maps, slices, JSON and other data.")
|
||||
(license license:expat)))
|
||||
|
|
Loading…
Add table
Reference in a new issue