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

Merge pull request #236806 from fabaff/policyuniverse-bump

python311Packages.policyuniverse: 1.5.1.20230526 -> 1.5.1.20230608
parents 06c4b825 347dbf48
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,14 +6,14 @@

buildPythonPackage rec {
  pname = "policyuniverse";
  version = "1.5.1.20230526";
  version = "1.5.1.20230608";
  format = "setuptools";

  disabled = pythonOlder "3.7";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-80Q1qkCAD3VwNk0pblPWni3qY/8Dc2YrOLDjPrg/2Os=";
    hash = "sha256-q0Btbo5jznv3mUXh5SjVU7SmdxFpPkiVe/ZNY+lzUCg=";
  };

  # Tests are not shipped and there are no GitHub tags