matrix-synapse-plugins.matrix-synapse-s3-storage-provider: 1.2.1 -> 1.3.0

This commit is contained in:
R. Ryantm 2024-01-21 10:24:49 +00:00
parent b19afc891f
commit 9f074f996e

View File

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "matrix-synapse-s3-storage-provider";
version = "1.2.1";
version = "1.3.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "matrix-org";
repo = "synapse-s3-storage-provider";
rev = "refs/tags/v${version}";
hash = "sha256-92Xkq54jrUE2I9uVOxI72V9imLNU6K4JqDdOZb+4f+Y=";
hash = "sha256-2mQjhZk3NsbjiGWoa/asGjhaKM3afXsCl633p6ZW0DY=";
};
postPatch = ''