Merge pull request #130247 from Artturin/update-flashfocus

flashfocus: 2.2.2 -> 2.2.3
This commit is contained in:
Robert Hensing 2021-07-15 11:10:55 +02:00 committed by GitHub
commit 97adda34b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,11 +2,11 @@
python3.pkgs.buildPythonApplication rec {
pname = "flashfocus";
version = "2.2.2";
version = "2.2.3";
src = python3.pkgs.fetchPypi {
inherit pname version;
sha256 = "1z20d596rnc7cs0rrd221gjn14dmbr11djv94y9p4v7rr788sswv";
sha256 = "0cn44hryvz2wl7xklaslxsb3l2i3f8jkgmml0n9v2ks22j5l4r4h";
};
nativeBuildInputs = with python3.pkgs; [