From ce616bcf730a0f3e351ea14346f50a1d638882d6 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 8 Oct 2023 14:28:02 +0200 Subject: python311Packages.pydiscovergy: 2.0.3 -> 2.0.4 Diff: https://github.com/jpbede/pydiscovergy/compare/refs/tags/2.0.3...2.0.4 Changelog: https://github.com/jpbede/pydiscovergy/releases/tag/2.0.4 --- pkgs/development/python-modules/pydiscovergy/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/development/python-modules') diff --git a/pkgs/development/python-modules/pydiscovergy/default.nix b/pkgs/development/python-modules/pydiscovergy/default.nix index 31ef680c85c2..d5cdb74b7671 100644 --- a/pkgs/development/python-modules/pydiscovergy/default.nix +++ b/pkgs/development/python-modules/pydiscovergy/default.nix @@ -15,7 +15,7 @@ buildPythonPackage rec { pname = "pydiscovergy"; - version = "2.0.3"; + version = "2.0.4"; format = "pyproject"; disabled = pythonOlder "3.10"; @@ -24,7 +24,7 @@ buildPythonPackage rec { owner = "jpbede"; repo = "pydiscovergy"; rev = "refs/tags/${version}"; - hash = "sha256-iE80r9xXDI01gG0S9zhWsLSdVLQo2R4A5Ktnccsetzk="; + hash = "sha256-yHACEo5481BZVqqEj8WeuIpSWAfBqnmRdOWRPH5RuHQ="; }; nativeBuildInputs = [ -- cgit v1.2.3