Fixes <https://debbugs.gnu.org/cgi/bugreport.cgi?bug=34872>.
* gnu/packages/golang.scm (go-1.13)[arguments]: Set system to
aarch64-linux when building for aarch64-linux. Adjust 'prebuild phase
to skip tests which fail on aarch64-linux.
This reverts commit 5f833e0495 through
681ac9a66c.
It's not idiomatic to update Go packages independently of their users.
This reversion was approved by Efraim on #guix:
http://logs.guix.gnu.org/guix/2020-05-26.log
* gnu/packages/golang.scm,
gnu/packages/syncthing.scm,
gnu/packages/tls.scm: Revert.
The commit was actually at the 1.0.0 tag.
* gnu/packages/golang.scm (go-github-com-mitchellh-go-homedir)[version]:
Update to proper version.
[source]: Update commit for git-fetch.
The commit was actually the tag for 3.3.0.
* gnu/packages/golang.scm (go-github-com-blang-semver)[version]: Retag
as 3.3.0.
[source]: Update to use version string.
This follows on from 618df2e335, which left the
hash suspiciously similar to the previous value.
* gnu/packages/golang.scm (go-github-com-kr-pretty): Change the sha256 hash.
* gnu/packages/golang.scm (go-github-com-calmh-murmur3): Replace with ...
(go-github-com-twmb-murmur3): ... new variable.
(go-github-com-willf-bloom): Use go-github-com-twmb-murmur3.
* gnu/packages/golang.scm (go-github-com-calmh-murmur3): New variable.
(go-github-com-willf-bloom)[propagated-inputs]: Replace
go-github-com-spaolacci-murmur3 with it.
[arguments]: Patch the murmur3 import path in a new 'patch-import-path' phase.