summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorFrederik Rietdijk <freddyrietdijk@fridh.nl>2016-06-21 14:30:33 +0200
committerGitHub <noreply@github.com>2016-06-21 14:30:33 +0200
commit39043e4d6e7ea5014503013f1c44705f2bde51c1 (patch)
tree64ece291b4f859a03e0d163a9bfefa4d47b379e0 /pkgs/top-level
parent8ef747baed3a3313c229d86e8c410b731d3a9124 (diff)
parent26da79230b30653eefdb574b05ad6de65e0efdd5 (diff)
downloadnixlib-39043e4d6e7ea5014503013f1c44705f2bde51c1.tar
nixlib-39043e4d6e7ea5014503013f1c44705f2bde51c1.tar.gz
nixlib-39043e4d6e7ea5014503013f1c44705f2bde51c1.tar.bz2
nixlib-39043e4d6e7ea5014503013f1c44705f2bde51c1.tar.lz
nixlib-39043e4d6e7ea5014503013f1c44705f2bde51c1.tar.xz
nixlib-39043e4d6e7ea5014503013f1c44705f2bde51c1.tar.zst
nixlib-39043e4d6e7ea5014503013f1c44705f2bde51c1.zip
Merge pull request #16239 from Ralith/matrix-synapse
matrix-synapse: 0.14 -> 0.16
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/python-packages.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix
index 8ba9e066b439..b25fe28f11e9 100644
--- a/pkgs/top-level/python-packages.nix
+++ b/pkgs/top-level/python-packages.nix
@@ -2465,12 +2465,12 @@ in modules // {
   };
 
   bleach = buildPythonPackage rec {
-    version = "v1.4";
+    version = "v1.4.3";
     name = "bleach-${version}";
 
     src = pkgs.fetchurl {
       url = "http://github.com/jsocol/bleach/archive/${version}.tar.gz";
-      sha256 = "19v0zhvchz89w179rwkc4ah3cj2gbcng9alwa2yla89691g8b0b0";
+      sha256 = "0mk8780ilip0m890rapbckngw8k42gca3551kri297pyylr06l5m";
     };
 
     buildInputs = with self; [ nose ];