Commit a7357445 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.skops: 0.12.0 -> 0.13.0

parent 8cc42b1d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -22,14 +22,14 @@

buildPythonPackage rec {
  pname = "skops";
  version = "0.12.0";
  version = "0.13.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "skops-dev";
    repo = "skops";
    tag = "v${version}";
    hash = "sha256-OLRnaG++5Z7Y0WZnvfdPn6iIXzum5FTL0+geiO5QjYs=";
    hash = "sha256-1550LIVyChqP5q4VZmflCXPyXXg4eHJU5AlVQJD2M8c=";
  };

  build-system = [ hatchling ];