gnu: go-github-com-alsm-ioprogress: Declare a source file-name.

* gnu/packages/golang.scm (go-github-com-alsm-ioprogress)[source]:
Declare a source file-name.
This commit is contained in:
Efraim Flashner 2018-03-04 12:35:31 +02:00
parent 661ad6f0c2
commit fdbece74aa
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -502,6 +502,7 @@ (define-public go-github-com-alsm-ioprogress
(uri (git-reference
(url "https://github.com/alsm/ioprogress.git")
(commit commit)))
(file-name (git-file-name name version))
(sha256
(base32
"10ym5qlq77nynmkxbk767f2hfwyxg2k7hrzph05hvgzv833dhivh"))))