Merge pull request #128637 from dotlambda/fava-1.19

fava: 1.18 -> 1.19
This commit is contained in:
Sandro 2021-06-29 23:53:12 +02:00 committed by GitHub
commit 880de16a0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
python3.pkgs.buildPythonApplication rec {
pname = "fava";
version = "1.18";
version = "1.19";
src = python3.pkgs.fetchPypi {
inherit pname version;
sha256 = "21336b695708497e6f00cab77135b174c51feb2713b657e0e208282960885bf5";
sha256 = "def7c0210bf0ce8dfffdb46ce21b3efcf71eba5a4e903565258419e4c53c2d43";
};
nativeBuildInputs = with python3.pkgs; [ setuptools-scm ];