Merge pull request #108493 from doronbehar/pkg/python/sane

python3Packages.sane: 2.8.2 -> 2.9.1
This commit is contained in:
Doron Behar 2021-01-06 14:52:30 +02:00 committed by GitHub
commit f9b1230f47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

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 = [