python313Packages.succulent: 0.4.2 -> 0.4.3
https://github.com/firefly-cpp/succulent/releases/tag/0.4.3
This commit is contained in:
@@ -9,25 +9,23 @@
|
||||
pyyaml,
|
||||
poetry-core,
|
||||
pytestCheckHook,
|
||||
pythonOlder,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "succulent";
|
||||
version = "0.4.2";
|
||||
version = "0.4.3";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "firefly-cpp";
|
||||
repo = "succulent";
|
||||
tag = version;
|
||||
hash = "sha256-3cqU1iYxvMyx0hCVl6r4RZARpsWNckXZgeBNq0kokuw=";
|
||||
hash = "sha256-e2F2g8NfMyAfiHPUq8KRs99pu7yEZTpWraxhsAZXE4Q=";
|
||||
};
|
||||
|
||||
pythonRelaxDeps = [
|
||||
"flask"
|
||||
"lxml"
|
||||
"numpy"
|
||||
];
|
||||
|
||||
@@ -50,7 +48,7 @@ buildPythonPackage rec {
|
||||
meta = with lib; {
|
||||
description = "Collect POST requests";
|
||||
homepage = "https://github.com/firefly-cpp/succulent";
|
||||
changelog = "https://github.com/firefly-cpp/succulent/blob/${src.tag}/CHANGELOG.md";
|
||||
changelog = "https://github.com/firefly-cpp/succulent/releases/tag/${src.tag}";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ firefly-cpp ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user