python3Packages.pycuda: 2025.1.1 -> 2025.1.2

This commit is contained in:
R. Ryantm
2025-09-11 04:06:20 +00:00
parent 7c05be024d
commit 0ad5d68b70
@@ -23,12 +23,12 @@ let
in
buildPythonPackage rec {
pname = "pycuda";
version = "2025.1.1";
version = "2025.1.2";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-urBnjUP0achl9f5gJPSBx4HsUf7+Zoas1mxnK/q+o08=";
hash = "sha256-DdgpEdctjgPGMSiuROmc+3tGiQlKumzFGT2OlEcXqvo=";
};
preConfigure = with lib.versions; ''