mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 06:14:26 +03:00
python: reikna: 0.7.2 -> 0.7.4
This commit is contained in:
parent
3e125703fe
commit
5ae7f5ad37
@ -13,11 +13,11 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "reikna";
|
||||
version = "0.7.2";
|
||||
version = "0.7.4";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "c52f5ae13e35284feda8f6b67c0d6223c02c0292b1495969cf7a42f547b3fc18";
|
||||
sha256 = "52bbce24fa1fd7bb950d38ce9b60f497dd00ac6b26688d80ab9bce709f063e71";
|
||||
};
|
||||
|
||||
checkInputs = [ sphinx pytestcov pytest ];
|
||||
|
Loading…
Reference in New Issue
Block a user