frescobaldi: 3.1 -> 3.1.1 (#79430)

This commit is contained in:
R. RyanTM 2020-02-08 21:24:06 -08:00 committed by GitHub
parent fec5ada328
commit a3f182df9b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
buildPythonApplication rec {
name = "frescobaldi-${version}";
version = "3.1";
version = "3.1.1";
src = fetchFromGitHub {
owner = "wbsoft";
repo = "frescobaldi";
rev = "v${version}";
sha256 = "0sv6dc1l34rrhfbn1wqkl9zs9hiacmmbviw87d0d03987s1iirb1";
sha256 = "07hjlq29npasn2bsb3qrzr1gikyvcc85avx0sxybfih329bvjk03";
};
propagatedBuildInputs = with python3Packages; [