python312Packages.pycuda: 2024.1 -> 2024.1.2

This commit is contained in:
R. Ryantm 2024-08-05 11:34:58 +00:00
parent 23b5d25186
commit 585df54619

View File

@ -23,12 +23,12 @@ let
in
buildPythonPackage rec {
pname = "pycuda";
version = "2024.1";
version = "2024.1.2";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-1Q0j/2NxSCz/fUuVPvQKuByd8DjsthRIT5/VNHMnMn4=";
hash = "sha256-0RC3J8vqhZ2ktj6Rtvoen8MsW63gLYn/RJl1mW6cz6s=";
};
preConfigure = with lib.versions; ''