mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-scikit-learn: Set source file name.
* gnu/packages/python.scm (python-scikit-learn)[source]: Add 'file-name' field.
This commit is contained in:
parent
25a2f81f9b
commit
7e21b9fb26
1 changed files with 1 additions and 0 deletions
|
@ -2853,6 +2853,7 @@ and is very extensible.")
|
|||
(uri (string-append
|
||||
"https://github.com/scikit-learn/scikit-learn/archive/"
|
||||
version ".tar.gz"))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"140skabifgc7lvvj873pnzlwx0ni6q8qkrsyad2ccjb3h8rxzkih"))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue