Merge pull request #285076 from fabaff/subarulink-bump

python311Packages.subarulink: 0.7.9 -> 0.7.10
This commit is contained in:
Fabian Affolter 2024-01-31 07:47:54 +01:00 committed by GitHub
commit fb639c3b19
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "subarulink";
version = "0.7.9";
version = "0.7.10";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "G-Two";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-dRhZWV58tHoGpJ2bDWFov1timTHYnqTPILySauutyzg=";
hash = "sha256-OKZ55J294I3wPo2vL+wuMMCA4N1ejgtquA8Bf7wPiIs=";
};
propagatedBuildInputs = [