python310Packages.brother: 2.2.0 -> 2.3.0

https://github.com/bieniu/brother/releases/tag/2.3.0
This commit is contained in:
Martin Weinelt 2023-04-05 21:12:02 +02:00
parent c0dc48a785
commit 3022763e9a
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "brother";
version = "2.2.0";
version = "2.3.0";
format = "setuptools";
disabled = pythonOlder "3.8";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "bieniu";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-bp4YerSTTsuWX3Yc+btlhwCNZO3eDxRgKNzLZFJbKV0=";
hash = "sha256-f55daLPBepNDIfZFAZWdkAvEkNb0cyYQt9LkqyIMrnY=";
};
propagatedBuildInputs = [