mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 14:19:58 +03:00
python: reikna: 0.6.8 -> 0.7.0
This commit is contained in:
parent
c05004f5d7
commit
430017cce4
@ -13,11 +13,11 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "reikna";
|
||||
version = "0.6.8";
|
||||
version = "0.7.0";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "34d92786237bef9ab5d37d78f01c155d0dcd1fc24df7782af9498a9f1786890c";
|
||||
sha256 = "e27af9a202b8cdedd07793abbd3282806ec724aba091a27c76d7ba8284cfd8ba";
|
||||
};
|
||||
|
||||
checkInputs = [ sphinx pytestcov pytest ];
|
||||
|
Loading…
Reference in New Issue
Block a user