Merge pull request #252755 from fabaff/requirements-detector-bump
python311Packages.requirements-detector: 1.1.0 -> 1.2.2
This commit is contained in:
commit
ec63e2a60f
@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "requirements-detector";
|
pname = "requirements-detector";
|
||||||
version = "1.1.0";
|
version = "1.2.2";
|
||||||
format = "pyproject";
|
format = "pyproject";
|
||||||
|
|
||||||
disabled = pythonOlder "3.7";
|
disabled = pythonOlder "3.7";
|
||||||
@ -20,8 +20,8 @@ buildPythonPackage rec {
|
|||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "landscapeio";
|
owner = "landscapeio";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = "refs/tags/${version}";
|
||||||
hash = "sha256-H+h/PN1TrlpDRgI7tMWUhXlxj4CChwcxIR/BvyO261c=";
|
hash = "sha256-qmrHFQRypBJOI1N6W/Dtc5ss9JGqoPhFlbqrLHcb6vc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
@ -46,6 +46,7 @@ buildPythonPackage rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Python tool to find and list requirements of a Python project";
|
description = "Python tool to find and list requirements of a Python project";
|
||||||
homepage = "https://github.com/landscapeio/requirements-detector";
|
homepage = "https://github.com/landscapeio/requirements-detector";
|
||||||
|
changelog = "https://github.com/landscapeio/requirements-detector/releases/tag/${version}";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ kamadorueda ];
|
maintainers = with maintainers; [ kamadorueda ];
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user