Merge pull request #278544 from r-ryantm/auto-update/python310Packages.pycuda
python310Packages.pycuda: 2023.1 -> 2024.1
This commit is contained in:
commit
0aa9aec867
1 changed files with 2 additions and 2 deletions
|
@ -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; ''
|
||||
|
|
Loading…
Reference in a new issue