Unverified Commit 0f0d5ce9 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python3Packages.kernels: 0.11.5 -> 0.11.7 (#479401)

parents a8e103e8 11143dd2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,14 +7,14 @@
}:
buildPythonPackage rec {
  pname = "kernels";
  version = "0.11.5";
  version = "0.11.7";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "huggingface";
    repo = "kernels";
    tag = "v${version}";
    hash = "sha256-nPb0MvH3bvxNo64JkhhmrfI8YpSTxQif1+Pk35ywKDI=";
    hash = "sha256-OUOCC7ViRWqRZIUpK31ItWsNc0F87dBpAg/Lql1LWp4=";
  };

  build-system = [