Unverified Commit 7183fd28 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python3Packages.yardstick: 0.16.1 -> 0.16.2 (#514013)

parents 571b8b1b 67bfd7ba
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -26,14 +26,14 @@

buildPythonPackage (finalAttrs: {
  pname = "yardstick";
  version = "0.16.1";
  version = "0.16.2";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "anchore";
    repo = "yardstick";
    tag = "v${finalAttrs.version}";
    hash = "sha256-4Kwgm2gmgOam7AVzlGYT3QhAyJf14h3pZohrhbzprpg=";
    hash = "sha256-jKf1LH+YLRuds/5SKSgKm8PbI9OvkxgBhm5vOmg5EU0=";
  };

  build-system = [