gnu: nethogs: Use explicitly BASE32 source hash.

Works around

  error: failed to load 'gnu/packages/networking.scm':
  ice-9/eval.scm:293:34: Wrong type to apply: #<syntax-transformer base32>

when manually building from git.

* gnu/packages/networking.scm (nethogs)[source]: Use BASE32 explicitly.
This commit is contained in:
Tobias Geerinckx-Rice 2020-05-26 02:20:44 +02:00
parent 51a11b82a3
commit dc36bfec50
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1731,8 +1731,9 @@ (define-public nethogs
(url "https://github.com/raboof/nethogs")
(commit (string-append "v" version))))
(hash
(content-hash "0sn1sdp86akwlm4r1vmkxjjl50c0xaisk91bbz57z7kcsaphxna9"
sha256))
(content-hash
(base32 "0sn1sdp86akwlm4r1vmkxjjl50c0xaisk91bbz57z7kcsaphxna9")
sha256))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(inputs