python310Packages.agate: 1.6.3 -> 1.7.1

Diff: https://github.com/wireservice/agate/compare/1.6.3...1.7.1
This commit is contained in:
Fabian Affolter 2023-04-30 20:38:40 +02:00
parent da45bf6ec7
commit 41dc5202d0

View File

@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "agate";
version = "1.6.3";
version = "1.7.1";
format = "setuptools";
disabled = pythonOlder "3.6";
@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "wireservice";
repo = pname;
rev = version;
hash = "sha256-tuUoLvztCYHIPJTBgw1eByM0zfaHDyc+h7SWsxutKos=";
hash = "sha256-7Ew9bgeheymCL8xXSW5li0LdFvGYb/7gPxmC4w6tHvM=";
};
propagatedBuildInputs = [