Merge pull request #265581 from r-ryantm/auto-update/python310Packages.cobs

python310Packages.cobs: 1.2.0 -> 1.2.1
This commit is contained in:
Mario Rodas 2023-11-05 23:32:29 -05:00 committed by GitHub
commit 4cf9f0f864
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,13 +6,13 @@
buildPythonPackage rec {
pname = "cobs";
version = "1.2.0";
version = "1.2.1";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-2TsQtTcNyIaJYK77cK2x9zpOYQexaRgwekru79PtuPY=";
hash = "sha256-Kvf4eRzeGufGuTb10MNf4p/rEN4l95wVsK8NZyl4PMA=";
};
checkPhase = ''