python3Packages.pycuda: 2025.1 -> 2025.1.1

This commit is contained in:
R. Ryantm
2025-06-09 02:23:49 +00:00
parent 047f31d25b
commit 5c450956dc

View File

@@ -23,12 +23,12 @@ let
in
buildPythonPackage rec {
pname = "pycuda";
version = "2025.1";
version = "2025.1.1";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-UnOOmpQcKVwKXfaqDUmsifZtg12szpyci4TnUw/kYi8=";
hash = "sha256-urBnjUP0achl9f5gJPSBx4HsUf7+Zoas1mxnK/q+o08=";
};
preConfigure = with lib.versions; ''