python3Packages.sane: 2.8.2 -> 2.9.1

This commit is contained in:
Doron Behar 2021-01-05 18:46:13 +02:00
parent a14ea3aecc
commit a1c8d99b35

View file

@ -6,12 +6,12 @@
buildPythonPackage rec {
pname = "sane";
version = "2.8.2";
version = "2.9.1";
src = fetchPypi {
inherit version;
pname = "python-sane";
sha256 = "0sri01h9sld6w7vgfhwp29n5w19g6idz01ba2giwnkd99k1y2iqg";
sha256 = "JAmOuDxujhsBEm5q16WwR5wHsBPF0iBQm1VYkv5JJd4=";
};
buildInputs = [