mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-20 03:43:45 +00:00
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:
parent
260a0522ac
commit
0a728d3599
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user