python3Packages.cobs: 1.2.1 -> 1.2.2

This commit is contained in:
R. Ryantm 2025-07-24 05:43:55 +00:00
parent 3e086ec3b8
commit 53af354266

View File

@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "cobs";
version = "1.2.1";
version = "1.2.2";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-Kvf4eRzeGufGuTb10MNf4p/rEN4l95wVsK8NZyl4PMA=";
hash = "sha256-291eMhEdcnhvg9DCaSFdzWrGKbGsGWLGh4Ih87LKmNo=";
};
checkPhase = ''