Merge pull request #237796 from andreiz/submit/synadm-version-bump

matrix-synapse.tools.synadm: 0.41.2 -> 0.41.3
This commit is contained in:
Martin Weinelt 2023-06-15 13:42:50 +02:00 committed by GitHub
commit 905c6263e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,12 +6,12 @@
python3.pkgs.buildPythonApplication rec {
pname = "synadm";
version = "0.41.2";
version = "0.41.3";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-wSpgc1umBMLCc2ThfYSuNNnzqWXyEQM0XhTuOAQaiXg=";
hash = "sha256-gWEgLpSE77XdocAZqN1i/vR5dvYFsgsg5zs5Dj90V/o=";
};
propagatedBuildInputs = with python3.pkgs; [