python310Packages.unearth: 0.9.2 -> 0.10.0

Diff: https://github.com/frostming/unearth/compare/0.9.2...0.10.0

Changelog: https://github.com/frostming/unearth/releases/tag/0.10.0
This commit is contained in:
Mario Rodas 2023-08-24 04:20:00 +00:00
parent 260a0522ac
commit 0a728d3599

View file

@ -4,7 +4,7 @@
, pythonOlder
, cached-property
, packaging
, pdm-pep517
, pdm-backend
, requests
, flask
, pytest-httpserver
@ -15,18 +15,18 @@
buildPythonPackage rec {
pname = "unearth";
version = "0.9.2";
version = "0.10.0";
format = "pyproject";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-hF9LVzOHTOO0JyEm3kluq+AKSa1nj90E1ILR533u1CU=";
hash = "sha256-1bFSpasqo+UUmhHPezulxdSTF23KOPZsqJadrdWo9kU=";
};
nativeBuildInputs = [
pdm-pep517
pdm-backend
];
propagatedBuildInputs = [