python312Packages.pycuda: 2024.1.2 -> 2025.1

This commit is contained in:
R. Ryantm
2025-02-26 21:08:08 +00:00
parent 6caa7442e9
commit 911f632d74
@@ -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; ''