mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-github-com-alecthomas-repr: Update to 0.3.0.
* gnu/packages/golang.scm (go-github-com-alecthomas-repr): Update to 0.3.0. [arguments] <#:go>: Use go-1.18. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Change-Id: I3fe2baeff3cd4736688552029cf3902da01a415a
This commit is contained in:
parent
5a09b0447b
commit
b5e008d04c
1 changed files with 22 additions and 23 deletions
|
@ -7551,30 +7551,29 @@ stripped.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public go-github-com-alecthomas-repr
|
(define-public go-github-com-alecthomas-repr
|
||||||
(let ((commit "4184120f674c8860a5b48142509a2411a0a1766f")
|
(package
|
||||||
(revision "1"))
|
(name "go-github-com-alecthomas-repr")
|
||||||
(package
|
(version "0.3.0")
|
||||||
(name "go-github-com-alecthomas-repr")
|
(source (origin
|
||||||
(version (git-version "0.0.1" revision commit))
|
(method git-fetch)
|
||||||
(source (origin
|
(uri (git-reference
|
||||||
(method git-fetch)
|
(url "https://github.com/alecthomas/repr")
|
||||||
(uri (git-reference
|
(commit (string-append "v" version))))
|
||||||
(url "https://github.com/alecthomas/repr")
|
(file-name (git-file-name name version))
|
||||||
(commit commit)))
|
(sha256
|
||||||
(file-name (git-file-name name version))
|
(base32
|
||||||
(sha256
|
"1zq30b36vvg4kzxkff64gjwvcjaw0d13dqzfjfai66hkh3ijdzwl"))))
|
||||||
(base32
|
(build-system go-build-system)
|
||||||
"1z0gdkjryxg1ps5fh4ybzip27g9lzdldz4hxqp5j7s2frbzaa9s7"))))
|
(arguments
|
||||||
(build-system go-build-system)
|
`(#:go ,go-1.18
|
||||||
(arguments
|
#:import-path "github.com/alecthomas/repr"))
|
||||||
`(#:import-path "github.com/alecthomas/repr"))
|
(native-inputs
|
||||||
(native-inputs
|
(list go-github-com-stretchr-testify))
|
||||||
(list go-github-com-stretchr-testify))
|
(home-page "https://github.com/alecthomas/repr/")
|
||||||
(home-page "https://github.com/alecthomas/repr/")
|
(synopsis "Represent Go values in an almost direct form")
|
||||||
(synopsis "Represent Go values in an almost direct form")
|
(description "This package attempts to represent Go values in a form that
|
||||||
(description "This package attempts to represent Go values in a form that
|
|
||||||
can be used almost directly in Go source code.")
|
can be used almost directly in Go source code.")
|
||||||
(license license:expat))))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public go-github-com-sergi-go-diff
|
(define-public go-github-com-sergi-go-diff
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue