Merge pull request #262212 from fabaff/pydiscovergy-bump

python311Packages.pydiscovergy: 2.0.4 -> 2.0.5
This commit is contained in:
Fabian Affolter 2023-10-20 11:30:50 +02:00 committed by GitHub
commit 0d2aaec2f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "pydiscovergy";
version = "2.0.4";
version = "2.0.5";
format = "pyproject";
disabled = pythonOlder "3.10";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "jpbede";
repo = "pydiscovergy";
rev = "refs/tags/${version}";
hash = "sha256-yHACEo5481BZVqqEj8WeuIpSWAfBqnmRdOWRPH5RuHQ=";
hash = "sha256-u2G+o/vhPri7CPSnekC8rUo/AvuvePpG51MR+FdH2XA=";
};
nativeBuildInputs = [