fanficfare: 4.38.0 -> 4.39.0 (#346742)

This commit is contained in:
Nick Cao 2024-10-07 10:51:06 -04:00 committed by GitHub
commit 1a720594f0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,12 +2,12 @@
python3Packages.buildPythonApplication rec {
pname = "fanficfare";
version = "4.38.0";
version = "4.39.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-E18svvnr9Wc1t8nU2akO2C055BwHb2GCKu4CT0tRhjA=";
hash = "sha256-F6+mWCFQHdE4qvnZ8FH2XgXwET76j3hy22bK5BELHtY=";
};
nativeBuildInputs = with python3Packages; [