mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
python310Packages.pythonfinder: 1.2.10 -> 1.3.1 (#190349)
This commit is contained in:
parent
6987a08e22
commit
f1df680d14
1 changed files with 3 additions and 5 deletions
|
@ -6,7 +6,6 @@
|
||||||
, attrs
|
, attrs
|
||||||
, cached-property
|
, cached-property
|
||||||
, click
|
, click
|
||||||
, six
|
|
||||||
, packaging
|
, packaging
|
||||||
, pytest-cov
|
, pytest-cov
|
||||||
, pytest-timeout
|
, pytest-timeout
|
||||||
|
@ -14,21 +13,20 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pythonfinder";
|
pname = "pythonfinder";
|
||||||
version = "1.2.10";
|
version = "1.3.1";
|
||||||
format = "pyproject";
|
format = "pyproject";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "sarugaku";
|
owner = "sarugaku";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = "refs/tags/v${version}";
|
||||||
sha256 = "sha256-4a648wOh+ASeocevFVh/4Fkq0CEhkFbt+2mWVmb9Bhw=";
|
sha256 = "sha256-N/q9zi2SX38ivSpnjrx+bEzdR9cS2ivSgy42SR8cl+Q=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
attrs
|
attrs
|
||||||
cached-property
|
cached-property
|
||||||
click
|
click
|
||||||
six
|
|
||||||
packaging
|
packaging
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue