Unverified Commit 5c0a3e01 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python3Packages.oras: 0.2.31 -> 0.2.33 (#412634)

parents 52fb90f4 dc8f257e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@

buildPythonPackage rec {
  pname = "oras";
  version = "0.2.31";
  version = "0.2.33";
  pyproject = true;

  disabled = pythonOlder "3.7";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
    owner = "oras-project";
    repo = "oras-py";
    tag = version;
    hash = "sha256-8dew0GtVYFHwm/M4yIkJqqVaC1PURn5Pn3fPf7vWQzk=";
    hash = "sha256-789XJTMB+07hN8qcZS8S+Sa/E58VYi1N48RnBOAGFY8=";
  };

  build-system = [ setuptools ];