Unverified Commit 51e2ed87 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

python3Packages.kernels: 0.9.0 -> 0.10.0 (#441258)

parents 6c3b3ba6 50631f01
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,14 +7,14 @@
}:
buildPythonPackage rec {
  pname = "kernels";
  version = "0.9.0";
  version = "0.10.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "huggingface";
    repo = "kernels";
    tag = "v${version}";
    hash = "sha256-lREccuvahjNV44reYNF8fkJ2o4fMZRB9Ddr9r4HmT2k=";
    hash = "sha256-3V7dE22wfT/cbw0n2sAGlzrajXO9t0Qd2ffWhfuSZS0=";
  };

  build-system = [