Unverified Commit 2cfc6ca5 authored by kirillrdy's avatar kirillrdy Committed by GitHub
Browse files

python3Packages.pyopencl: 2026.1 -> 2026.1.1 (#478558)

parents b2ea13c8 5db16246
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@

buildPythonPackage (finalAttrs: {
  pname = "pyopencl";
  version = "2026.1";
  version = "2026.1.1";
  pyproject = true;

  src = fetchFromGitHub {
@@ -38,7 +38,7 @@ buildPythonPackage (finalAttrs: {
    repo = "pyopencl";
    tag = "v${finalAttrs.version}";
    fetchSubmodules = true;
    hash = "sha256-1P0An6yP7+ie893i1AkKlfXprhfikJGY3FTTnxQgWtI=";
    hash = "sha256-+uFuOhz2zkseL95iHJgGmz36+Rz1zcg2RX3Dc7IThxY=";
  };

  build-system = [