mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-github-com-petermattis-goid: Update to 0.0.0-2.bb94eb5.
* gnu/packages/golang-check.scm (go-github-com-petermattis-goid): Update to 0.0.0-2.bb94eb5. Change-Id: I8403c200037dccac6c65def47e97a0218ff3f9a9
This commit is contained in:
parent
f046e348e1
commit
fb217d218e
1 changed files with 4 additions and 6 deletions
|
@ -732,10 +732,9 @@ Go application.")
|
||||||
original value once the test has been run.")
|
original value once the test has been run.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
<<<<<<< HEAD
|
|
||||||
(define-public go-github-com-petermattis-goid
|
(define-public go-github-com-petermattis-goid
|
||||||
(let ((commit "b0b1615b78e5ee59739545bb38426383b2cda4c9")
|
(let ((commit "bb94eb51e7a772d09cef11768f3248ac25adf9f9")
|
||||||
(revision "1"))
|
(revision "2"))
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-petermattis-goid")
|
(name "go-github-com-petermattis-goid")
|
||||||
(version (git-version "0.0.0" revision commit))
|
(version (git-version "0.0.0" revision commit))
|
||||||
|
@ -747,7 +746,7 @@ original value once the test has been run.")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0ghfxn045r0bbn2vszw897lxzmhnm4k59aypjvpxl0pbzsw9ab2c"))))
|
(base32 "0hr94frr0rhac4mb9r7ixdgr6hm63rxh6z43rhn2wn7fdy8csw11"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
@ -758,7 +757,7 @@ original value once the test has been run.")
|
||||||
"This package offers a method of programmatically retrieving the
|
"This package offers a method of programmatically retrieving the
|
||||||
current goroutine's ID.")
|
current goroutine's ID.")
|
||||||
(license license:asl2.0))))
|
(license license:asl2.0))))
|
||||||
=======
|
|
||||||
(define-public go-github-com-sasha-s-go-deadlock
|
(define-public go-github-com-sasha-s-go-deadlock
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-sasha-s-go-deadlock")
|
(name "go-github-com-sasha-s-go-deadlock")
|
||||||
|
@ -783,7 +782,6 @@ current goroutine's ID.")
|
||||||
(description
|
(description
|
||||||
"This package provides tools for detecting deadlocks at run-time in Go.")
|
"This package provides tools for detecting deadlocks at run-time in Go.")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
>>>>>>> 23b9baa200 (gnu: go-github-com-sasha-s-go-deadlock: Move to golang-check.)
|
|
||||||
|
|
||||||
(define-public go-github-com-stretchr-testify
|
(define-public go-github-com-stretchr-testify
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue