Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

frescobaldi: 3.1 -> 3.1.1 (#79430)

authored by

R. RyanTM and committed by
GitHub
a3f182df fec5ada3

+2 -2
+2 -2
pkgs/misc/frescobaldi/default.nix
··· 2 2 3 3 buildPythonApplication rec { 4 4 name = "frescobaldi-${version}"; 5 - version = "3.1"; 5 + version = "3.1.1"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "wbsoft"; 9 9 repo = "frescobaldi"; 10 10 rev = "v${version}"; 11 - sha256 = "0sv6dc1l34rrhfbn1wqkl9zs9hiacmmbviw87d0d03987s1iirb1"; 11 + sha256 = "07hjlq29npasn2bsb3qrzr1gikyvcc85avx0sxybfih329bvjk03"; 12 12 }; 13 13 14 14 propagatedBuildInputs = with python3Packages; [