nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

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

+4 -4
+4 -4
pkgs/development/python-modules/unearth/default.nix
··· 4 4 , pythonOlder 5 5 , cached-property 6 6 , packaging 7 - , pdm-pep517 7 + , pdm-backend 8 8 , requests 9 9 , flask 10 10 , pytest-httpserver ··· 15 15 16 16 buildPythonPackage rec { 17 17 pname = "unearth"; 18 - version = "0.9.2"; 18 + version = "0.10.0"; 19 19 format = "pyproject"; 20 20 21 21 disabled = pythonOlder "3.7"; 22 22 23 23 src = fetchPypi { 24 24 inherit pname version; 25 - hash = "sha256-hF9LVzOHTOO0JyEm3kluq+AKSa1nj90E1ILR533u1CU="; 25 + hash = "sha256-1bFSpasqo+UUmhHPezulxdSTF23KOPZsqJadrdWo9kU="; 26 26 }; 27 27 28 28 nativeBuildInputs = [ 29 - pdm-pep517 29 + pdm-backend 30 30 ]; 31 31 32 32 propagatedBuildInputs = [