Unverified Commit 75aed8c4 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

python3Packages.kernels: 0.11.3 -> 0.11.5 (#471916)

parents 52949678 cc70969d
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.3";
  version = "0.11.5";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "huggingface";
    repo = "kernels";
    tag = "v${version}";
    hash = "sha256-dU6oSYjFSIkrCo+Zf2B0ILqIVbA6la+bZJ2SrqX0c+U=";
    hash = "sha256-nPb0MvH3bvxNo64JkhhmrfI8YpSTxQif1+Pk35ywKDI=";
  };

  build-system = [