python39Packages.prance: fix version number, update homepage

This commit is contained in:
Sandro Jäckel
2022-02-08 11:21:31 -08:00
committed by Jonathan Ringer
parent 686db44ab6
commit d336e2596f
@@ -4,6 +4,7 @@
, chardet
, requests
, ruamel-yaml
, setuptools-scm
, six
, semver
, pytestCheckHook
@@ -22,6 +23,12 @@ buildPythonPackage rec {
sha256 = "sha256-kGANMHfWwhW3ZBw2ZVCJZR/bV2EPhcydMKhDeDTVwcQ=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;
nativeBuildInputs = [
setuptools-scm
];
propagatedBuildInputs = [
chardet
requests
@@ -51,7 +58,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Resolving Swagger/OpenAPI 2.0 and 3.0.0 Parser";
homepage = "https://github.com/jfinkhaeuser/prance";
homepage = "https://github.com/RonnyPfannschmidt/prance";
license = licenses.mit;
maintainers = [ maintainers.costrouc ];
};