mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: Add go-github-com-google-renameio-v2.
* gnu/packages/golang.scm (go-github-com-google-renameio-v2): New variable. Change-Id: Iaeabf95d21d22b25df5f8caf1edcaaddee3d3965 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
2d1181f2dd
commit
aa57dc8b31
1 changed files with 17 additions and 0 deletions
|
@ -5566,6 +5566,23 @@ (define-public go-github-com-google-renameio
|
||||||
create or replace a file or symbolic link.")
|
create or replace a file or symbolic link.")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
|
(define-public go-github-com-google-renameio-v2
|
||||||
|
(package/inherit go-github-com-google-renameio
|
||||||
|
(name "go-github-com-google-renameio-v2")
|
||||||
|
(version "2.0.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/google/renameio")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "13vc7p43zz5pmgli4k18b15khxpca1zd8v1ga0ryq7ddyz55fg7i"))))
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
#:import-path "github.com/google/renameio/v2"))))
|
||||||
|
|
||||||
(define (go-gotest-tools-source version sha256-base32-hash)
|
(define (go-gotest-tools-source version sha256-base32-hash)
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
|
Loading…
Reference in a new issue