penelope: 0.12.4-unstable-2024-10-21 -> 0.14.8

Diff: https://github.com/brightio/penelope/compare/366534d192ed279cc822da565408ea7ff48d6a60..v0.14.8
This commit is contained in:
Michael Daniels
2025-09-20 18:13:12 -04:00
parent 52c032768a
commit 5d84a220b3
+3 -3
View File
@@ -6,14 +6,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "penelope";
version = "0.12.4-unstable-2024-10-21";
version = "0.14.8";
pyproject = true;
src = fetchFromGitHub {
owner = "brightio";
repo = "penelope";
rev = "366534d192ed279cc822da565408ea7ff48d6a60";
hash = "sha256-pBEYgLyicG34HsIBSt8P9xGJEaEz9ZWyxokNyuO6mdM=";
tag = "v${version}";
hash = "sha256-m4EYP1lKte8r9Xa/xAuv6aiwMNha+B8HXUCizH0JgmI=";
};
postPatch = ''