python3Packages.pyopencl: 2025.2.5 -> 2025.2.6
Diff: https://github.com/inducer/pyopencl/compare/refs/tags/v2025.2.5...refs/tags/v2025.2.6 Changelog: https://github.com/inducer/pyopencl/releases/tag/v2025.2.6
This commit is contained in:
parent
8331663fa9
commit
ff0ec221fb
@ -30,7 +30,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pyopencl";
|
||||
version = "2025.2.5";
|
||||
version = "2025.2.6";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
@ -38,7 +38,7 @@ buildPythonPackage rec {
|
||||
repo = "pyopencl";
|
||||
tag = "v${version}";
|
||||
fetchSubmodules = true;
|
||||
hash = "sha256-VmnCMaq6op/7M+n1U9mPgRpCyZtkgmzMXQuWW6Clbd4=";
|
||||
hash = "sha256-ofAyBaD/iMm2+2PFGVTEzg/kaPmcwlvLPAihRE+JlJg=";
|
||||
};
|
||||
|
||||
build-system = [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user