fanficfare: 4.43.0 -> 4.44.0

This commit is contained in:
R. Ryantm
2025-04-08 06:24:35 +00:00
parent 81c8dee706
commit 7d55c1b7fc
+2 -2
View File
@@ -6,12 +6,12 @@
python3Packages.buildPythonApplication rec {
pname = "fanficfare";
version = "4.43.0";
version = "4.44.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-uaYMmb896gJ31nbcGJs42jlSpvHUTvpLlD00r1icXRY=";
hash = "sha256-3+2T3qUk9tbQD+GxM2S+iDWNlKE+f3GplBoYIJGAJKE=";
};
nativeBuildInputs = with python3Packages; [