Merge pull request #225153 from kilianar/fava-1.24.4

fava: 1.24.3 -> 1.24.4
This commit is contained in:
Nick Cao 2023-04-08 10:00:18 +08:00 committed by GitHub
commit c29d545663
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,12 +2,12 @@
python3.pkgs.buildPythonApplication rec {
pname = "fava";
version = "1.24.3";
version = "1.24.4";
format = "pyproject";
src = python3.pkgs.fetchPypi {
inherit pname version;
hash = "sha256-eK0JMwu+WN3s6isCt124Cu9fjtL7Lig3+mice4FkwwU=";
hash = "sha256-klRPe6NQMn3HVayfCGc05mB0afi3x4Wlj3EI0XdSkMc=";
};
nativeBuildInputs = with python3.pkgs; [ setuptools-scm ];