python3Packages.pycuda: 2025.1 -> 2025.1.1
This commit is contained in:
@@ -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; ''
|
||||
|
||||
Reference in New Issue
Block a user