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

Merge pull request #233620 from fabaff/policyuniverse-bump

python311Packages.policyuniverse: 1.5.0.20220613 -> 1.5.0.20230523
parents cd0bdae9 3208faf6
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.0.20220613";
  version = "1.5.0.20230523";
  format = "setuptools";

  disabled = pythonOlder "3.7";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-xmsfuQd1BkOhmH60GbIRKuP5xSfAE0KVJfn6uYnJotc=";
    hash = "sha256-dnyP9EiGD2zVI5sGcswwC15ti+lrnjEnb08w3WM/xmQ=";
  };

  # Tests are not shipped and there are no GitHub tags