mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
Merge pull request #231423 from r-ryantm/auto-update/python310Packages.schema-salad
python310Packages.schema-salad: 8.4.20230213094415 -> 8.4.20230606143604
This commit is contained in:
commit
4c8ca604ae
1 changed files with 6 additions and 2 deletions
|
@ -6,22 +6,24 @@
|
|||
, cachecontrol
|
||||
, lockfile
|
||||
, mistune
|
||||
, mypy
|
||||
, rdflib
|
||||
, ruamel-yaml
|
||||
, setuptools
|
||||
, pytestCheckHook
|
||||
, pythonOlder
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "schema-salad";
|
||||
version = "8.4.20230213094415";
|
||||
version = "8.4.20230606143604";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-x2co8WjL+e4nBZd0pGUwv39nzNkO5G3dYrYJZeqP31o=";
|
||||
hash = "sha256-8Zo9ZhS0r+zsk7nHEh0x7gHYwaoWmyctQYRMph09mvY=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
@ -32,8 +34,10 @@ buildPythonPackage rec {
|
|||
cachecontrol
|
||||
lockfile
|
||||
mistune
|
||||
mypy
|
||||
rdflib
|
||||
ruamel-yaml
|
||||
setuptools # needs pkg_resources at runtime
|
||||
];
|
||||
|
||||
nativeCheckInputs = [
|
||||
|
|
Loading…
Reference in a new issue