Unverified Commit 0aa9aec8 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

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

python310Packages.pycuda: 2023.1 -> 2024.1
parents af39f297 6d772e93
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -24,12 +24,12 @@ let
in
buildPythonPackage rec {
  pname = "pycuda";
  version = "2023.1";
  version = "2024.1";
  format = "setuptools";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-F1/2dfDPEOOOmtwD7V3z7Y2Kv32lE0yNzOx1LooKPpE=";
    hash = "sha256-1Q0j/2NxSCz/fUuVPvQKuByd8DjsthRIT5/VNHMnMn4=";
  };

  preConfigure = with lib.versions; ''