nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

python3Packages.pycuda: 2025.1 -> 2025.1.1

R. Ryantm 5c450956 047f31d2

+2 -2
+2 -2
pkgs/development/python-modules/pycuda/default.nix
··· 23 23 in 24 24 buildPythonPackage rec { 25 25 pname = "pycuda"; 26 - version = "2025.1"; 26 + version = "2025.1.1"; 27 27 format = "setuptools"; 28 28 29 29 src = fetchPypi { 30 30 inherit pname version; 31 - hash = "sha256-UnOOmpQcKVwKXfaqDUmsifZtg12szpyci4TnUw/kYi8="; 31 + hash = "sha256-urBnjUP0achl9f5gJPSBx4HsUf7+Zoas1mxnK/q+o08="; 32 32 }; 33 33 34 34 preConfigure = with lib.versions; ''