Commit 11143dd2 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.kernels: 0.11.5 -> 0.11.7

parent e01f273d
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 = [