python3Packages.brother: 5.1.0 -> 5.1.1 (#452108)
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "brother";
|
pname = "brother";
|
||||||
version = "5.1.0";
|
version = "5.1.1";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
disabled = pythonOlder "3.12";
|
disabled = pythonOlder "3.12";
|
||||||
@@ -24,7 +24,7 @@ buildPythonPackage rec {
|
|||||||
owner = "bieniu";
|
owner = "bieniu";
|
||||||
repo = "brother";
|
repo = "brother";
|
||||||
tag = version;
|
tag = version;
|
||||||
hash = "sha256-g0Xg12JV7CpgSzitEEzsFFpTKF644m6mbo1KgvhQOO4=";
|
hash = "sha256-CrPtDHMz1vHprYD1IkR4J0WEY43kGDm+e7kTzanAiR0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = [ setuptools ];
|
build-system = [ setuptools ];
|
||||||
|
|||||||
Reference in New Issue
Block a user