Merge pull request #332463 from r-ryantm/auto-update/python312Packages.pycuda

python312Packages.pycuda: 2024.1 -> 2024.1.2
This commit is contained in:
Pol Dellaiera 2024-08-05 22:32:30 +02:00 committed by GitHub
commit 4798225d80
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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; ''