gnu: r-dropbead: Declare a source file-name.

* gnu/packages/bioinformatics.scm (r-dropbead)[source]: Declare a source
file-name.
This commit is contained in:
Efraim Flashner 2018-03-04 11:45:40 +02:00
parent a1eb506cf3
commit b1d4026dfb
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -10888,6 +10888,7 @@ (define-public r-dropbead
(uri (git-reference
(url "https://github.com/rajewsky-lab/dropbead.git")
(commit commit)))
(file-name (git-file-name name version))
(sha256
(base32
"1b2lphsc236s1rdzlijxg8yl1jnqpwcvj4x938r89rqpj93jb780"))))