python312Packages.pycuda: 2024.1.2 -> 2025.1 (#385387)

This commit is contained in:
Pavol Rusnak
2025-02-28 21:44:34 +01:00
committed by GitHub
@@ -23,12 +23,12 @@ let
in
buildPythonPackage rec {
pname = "pycuda";
version = "2024.1.2";
version = "2025.1";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-0RC3J8vqhZ2ktj6Rtvoen8MsW63gLYn/RJl1mW6cz6s=";
hash = "sha256-UnOOmpQcKVwKXfaqDUmsifZtg12szpyci4TnUw/kYi8=";
};
preConfigure = with lib.versions; ''