python310Packages.pycuda: 2023.1 -> 2024.1

This commit is contained in:
R. Ryantm
2024-01-03 19:18:29 +00:00
parent 97f2135e6a
commit 6d772e930a
@@ -24,12 +24,12 @@ let
in
buildPythonPackage rec {
pname = "pycuda";
version = "2023.1";
version = "2024.1";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-F1/2dfDPEOOOmtwD7V3z7Y2Kv32lE0yNzOx1LooKPpE=";
hash = "sha256-1Q0j/2NxSCz/fUuVPvQKuByd8DjsthRIT5/VNHMnMn4=";
};
preConfigure = with lib.versions; ''