Merge pull request #332463 from r-ryantm/auto-update/python312Packages.pycuda
python312Packages.pycuda: 2024.1 -> 2024.1.2
This commit is contained in:
commit
4798225d80
@ -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; ''
|
||||
|
Loading…
Reference in New Issue
Block a user