maubot: 0.5.1 -> 0.6.0

This commit is contained in:
Yiyu Zhou
2026-03-20 22:51:45 -04:00
committed by Michael Daniels
parent 28afc93f3c
commit ae547ff494
@@ -42,12 +42,12 @@ let
maubot = python.pkgs.buildPythonPackage rec {
pname = "maubot";
version = "0.5.1";
version = "0.6.0";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-0UtelZ3w0QUw825AGhSc8wfhYaL9FSYJXCvYZEefWPQ=";
hash = "sha256-ZXwyctTjKg1ssYE6Ehc1s1DPhWyc08dIQ4MQz6EQXGg=";
};
patches = [