Unverified Commit 14067a62 authored by OTABI Tomoya's avatar OTABI Tomoya Committed by GitHub
Browse files

Merge pull request #266749 from r-ryantm/auto-update/python310Packages.pycuda

python310Packages.pycuda: 2022.2.2 -> 2023.1
parents ba9eba5a 3986a773
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -24,11 +24,11 @@ let
in
buildPythonPackage rec {
  pname = "pycuda";
  version = "2022.2.2";
  version = "2023.1";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-zZLnJGu0WsNFKVWhEHFBEmdM3ztKni9P8lpBWcaE5rs=";
    hash = "sha256-F1/2dfDPEOOOmtwD7V3z7Y2Kv32lE0yNzOx1LooKPpE=";
  };

  preConfigure = with lib.versions; ''