about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-11-05 23:32:29 -0500
committerGitHub <noreply@github.com>2023-11-05 23:32:29 -0500
commit4cf9f0f864a05407c78a85027c12b22e484411a6 (patch)
treea24bcd7dadb94a46b9728ae31c10529582cf9fb1 /pkgs
parent34439aded6905e64c9e29ad11cdff0246e91c967 (diff)
parentf85d61ac5398883005ab54d2af6621dffd148349 (diff)
Merge pull request #265581 from r-ryantm/auto-update/python310Packages.cobs
python310Packages.cobs: 1.2.0 -> 1.2.1
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/cobs/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/cobs/default.nix b/pkgs/development/python-modules/cobs/default.nix
index 4ea171d942918..e5ba04c960fea 100644
--- a/pkgs/development/python-modules/cobs/default.nix
+++ b/pkgs/development/python-modules/cobs/default.nix
@@ -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 = ''