summary refs log tree commit diff
diff options
context:
space:
mode:
authorBas van Dijk <v.dijk.bas@gmail.com>2018-12-02 14:27:22 +0100
committerBas van Dijk <v.dijk.bas@gmail.com>2018-12-13 20:58:25 +0100
commit1ce2cc47fc61c5d3fc3e8a6285f373cc9732803c (patch)
tree15ce3ded9cbb0dca5f9c2750293465b3f5d85b5f
parentde989390bcdfb990f304e4622ad2f78c15033f84 (diff)
downloadnixpkgs-1ce2cc47fc61c5d3fc3e8a6285f373cc9732803c.tar
nixpkgs-1ce2cc47fc61c5d3fc3e8a6285f373cc9732803c.tar.gz
nixpkgs-1ce2cc47fc61c5d3fc3e8a6285f373cc9732803c.tar.bz2
nixpkgs-1ce2cc47fc61c5d3fc3e8a6285f373cc9732803c.tar.lz
nixpkgs-1ce2cc47fc61c5d3fc3e8a6285f373cc9732803c.tar.xz
nixpkgs-1ce2cc47fc61c5d3fc3e8a6285f373cc9732803c.tar.zst
nixpkgs-1ce2cc47fc61c5d3fc3e8a6285f373cc9732803c.zip
pythonPackages.certifi: 2018.10.15 -> 2018.11.29
-rw-r--r--pkgs/development/python-modules/certifi/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/python-modules/certifi/default.nix b/pkgs/development/python-modules/certifi/default.nix
index ef8d1e52fe0..8ccfd2e9efb 100644
--- a/pkgs/development/python-modules/certifi/default.nix
+++ b/pkgs/development/python-modules/certifi/default.nix
@@ -5,11 +5,11 @@
 
 buildPythonPackage rec {
   pname = "certifi";
-  version = "2018.10.15";
+  version = "2018.11.29";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "6d58c986d22b038c8c0df30d639f23a3e6d172a05c3583e766f4c0b785c0986a";
+    sha256 = "1dvccavd2fzq4j37w0sznylp92ps14zi6gvlxzm23in0yhzciya7";
   };
 
   meta = {
@@ -18,4 +18,4 @@ buildPythonPackage rec {
     license = lib.licenses.isc;
     maintainers = with lib.maintainers; [ koral ];
   };
-}
\ No newline at end of file
+}