Skip to content

Commit

Permalink
Merge pull request #155546 from risicle/ris-frozendict-2.2.0
Browse files Browse the repository at this point in the history
python3Packages.frozendict: 2.2.0 -> 2.3.0
  • Loading branch information
bachp authored Feb 12, 2022
2 parents 7da3260 + 810249e commit 01af894
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/frozendict/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@

buildPythonPackage rec {
pname = "frozendict";
version = "2.2.0";
version = "2.3.0";
format = "setuptools";

disabled = !isPy3k;

src = fetchPypi {
inherit pname version;
sha256 = "sha256-jj1HNfmhPRB3Vn5WhHFmPzJE+FrImyP4yzHPIx2+Rbk=";
sha256 = "1dd0bqhai4k3fj9ydcwmc9hvbmrsklk349ys21w8x4n5xynk2hns";
};

pythonImportsCheck = [
Expand Down
6 changes: 6 additions & 0 deletions pkgs/servers/matrix-synapse/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ buildPythonApplication rec {
sha256 = "sha256-qhwFRveFCwflQmVCwzThC8sP+YCqckgCaXAc3IRms0g=";
};

# frozendict version constraint is to avoid a debian issue we don't have
postPatch = ''
substituteInPlace synapse/python_dependencies.py \
--replace '"frozendict' '"frozendict", #'
'';

buildInputs = [ openssl ];

propagatedBuildInputs = [
Expand Down

0 comments on commit 01af894

Please sign in to comment.