From ff6ad139da51b16ebc8bdb4f55c1a2e69f6fa237 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 24 May 2022 06:31:17 +0000 Subject: [PATCH] python310Packages.policyuniverse: 1.5.0.20220426 -> 1.5.0.20220523 --- pkgs/development/python-modules/policyuniverse/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/policyuniverse/default.nix b/pkgs/development/python-modules/policyuniverse/default.nix index b8e6a790f745..ad33f08faad9 100644 --- a/pkgs/development/python-modules/policyuniverse/default.nix +++ b/pkgs/development/python-modules/policyuniverse/default.nix @@ -6,12 +6,12 @@ buildPythonPackage rec { pname = "policyuniverse"; - version = "1.5.0.20220426"; + version = "1.5.0.20220523"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - sha256 = "sha256-lOis0JE0XI43KsuGgpG20iBRPttVJvRS225PInu7EUM="; + sha256 = "sha256-gmcF8KdwGLMU5g1NYgxLKgBLk1yJrWi/dpVETDaY0Vo="; }; # Tests are not shipped and there are no GitHub tags