Merge pull request #62203 from peterhoeg/u/matrix

matrix-synapse: 0.95.5 -> 0.95.5.1
This commit is contained in:
Peter Hoeg 2019-05-30 09:15:31 +08:00 committed by GitHub
commit 4b428d8c09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
{ lib, stdenv, python3
, enableSystemd ? true
, enableSystemd ? stdenv.isLinux
}:
with python3.pkgs;
@ -23,11 +23,11 @@ let
in buildPythonApplication rec {
pname = "matrix-synapse";
version = "0.99.5";
version = "0.99.5.1";
src = fetchPypi {
inherit pname version;
sha256 = "0f50nfddrd4zxyv27wn9k5fxhqqa9kgvk2ijby0pgf61b054dhfn";
sha256 = "17iyy6hq6m0mcb5r8zwzw90qqfn6w4b9l87snlfrry8gzwjjwncz";
};
patches = [