lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

python310Packages.cobs: 1.2.0 -> 1.2.1

authored by

Mario Rodas and committed by
GitHub
4cf9f0f8 34439ade

+2 -2
+2 -2
pkgs/development/python-modules/cobs/default.nix
··· 6 6 7 7 buildPythonPackage rec { 8 8 pname = "cobs"; 9 - version = "1.2.0"; 9 + version = "1.2.1"; 10 10 11 11 disabled = pythonOlder "3.6"; 12 12 13 13 src = fetchPypi { 14 14 inherit pname version; 15 - hash = "sha256-2TsQtTcNyIaJYK77cK2x9zpOYQexaRgwekru79PtuPY="; 15 + hash = "sha256-Kvf4eRzeGufGuTb10MNf4p/rEN4l95wVsK8NZyl4PMA="; 16 16 }; 17 17 18 18 checkPhase = ''