penelope: 0.18.0 -> 0.19.1

This commit is contained in:
R. Ryantm
2026-03-18 09:32:31 +00:00
parent 4d00892504
commit bb799fabd2
+2 -2
View File
@@ -6,14 +6,14 @@
python3.pkgs.buildPythonApplication (finalAttrs: {
pname = "penelope";
version = "0.18.0";
version = "0.19.1";
pyproject = true;
src = fetchFromGitHub {
owner = "brightio";
repo = "penelope";
tag = "v${finalAttrs.version}";
hash = "sha256-ryUG/OQsU6mecr+kSe5CD41a53xNRrPs1esL+V1lmdQ=";
hash = "sha256-72HFPByH4FBRIYaTeEWaZ2dW43Q1OjosT3qAOMiu5t4=";
};
postPatch = ''