forked from mirrors/nixpkgs
Merge pull request #212191 from r-ryantm/auto-update/python310Packages.reikna
python310Packages.reikna: 0.7.6 -> 0.8.0
This commit is contained in:
commit
c0aeb33054
|
@ -13,11 +13,11 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "reikna";
|
||||
version = "0.7.6";
|
||||
version = "0.8.0";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "722fefbd253d0bbcbf5250b7b9c4aca5722cde4ca38bfbf863a551a5fc26edfa";
|
||||
sha256 = "sha256-fpa1Pfo5EAafg7Pgha17G6k5G13fdErjclv0On/uYyI=";
|
||||
};
|
||||
|
||||
nativeCheckInputs = [ sphinx pytest-cov pytest ];
|
||||
|
|
Loading…
Reference in a new issue