Merge pull request #212191 from r-ryantm/auto-update/python310Packages.reikna

python310Packages.reikna: 0.7.6 -> 0.8.0

authored by

Weijia Wang and committed by
GitHub
c0aeb330 d57cfd19

+2 -2
+2 -2
pkgs/development/python-modules/reikna/default.nix
··· 13 14 buildPythonPackage rec { 15 pname = "reikna"; 16 - version = "0.7.6"; 17 18 src = fetchPypi { 19 inherit pname version; 20 - sha256 = "722fefbd253d0bbcbf5250b7b9c4aca5722cde4ca38bfbf863a551a5fc26edfa"; 21 }; 22 23 nativeCheckInputs = [ sphinx pytest-cov pytest ];
··· 13 14 buildPythonPackage rec { 15 pname = "reikna"; 16 + version = "0.8.0"; 17 18 src = fetchPypi { 19 inherit pname version; 20 + sha256 = "sha256-fpa1Pfo5EAafg7Pgha17G6k5G13fdErjclv0On/uYyI="; 21 }; 22 23 nativeCheckInputs = [ sphinx pytest-cov pytest ];