penelope: 0.19.1 -> 0.20.0

This commit is contained in:
R. Ryantm
2026-06-03 04:02:21 +00:00
parent 52383c55bc
commit de4b06a66f

View File

@@ -6,14 +6,14 @@
python3.pkgs.buildPythonApplication (finalAttrs: {
pname = "penelope";
version = "0.19.1";
version = "0.20.0";
pyproject = true;
src = fetchFromGitHub {
owner = "brightio";
repo = "penelope";
tag = "v${finalAttrs.version}";
hash = "sha256-72HFPByH4FBRIYaTeEWaZ2dW43Q1OjosT3qAOMiu5t4=";
hash = "sha256-mqdNPMKTwReIk2zUU+oZ21QOH+l3L12/TADB6YbcOzk=";
};
build-system = with python3.pkgs; [ setuptools ];