about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2019-06-17 23:01:08 -0500
committerGitHub <noreply@github.com>2019-06-17 23:01:08 -0500
commitc9b3964dbd4d4532258bacbf762e09cd41326fcd (patch)
tree69a37aceeb36c1d398788839fa7ee79ff257bd4d /pkgs
parent20434f2af5016783931e055efa3001589d2e6d7d (diff)
parent56ecd04641a4e540cc748baea175437a3c1e41f5 (diff)
Merge pull request #63403 from r-ryantm/auto-update/python3.7-trustme
python37Packages.trustme: 0.5.1 -> 0.5.2
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/trustme/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/trustme/default.nix b/pkgs/development/python-modules/trustme/default.nix
index 27831a0359c3a..6daa99aca6a61 100644
--- a/pkgs/development/python-modules/trustme/default.nix
+++ b/pkgs/development/python-modules/trustme/default.nix
@@ -2,11 +2,11 @@
 
 buildPythonPackage rec {
   pname = "trustme";
-  version = "0.5.1";
+  version = "0.5.2";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "8d12837c6242afe1660dee08d44d96f40c9a5074cc58caf39f8c8fdf4b526529";
+    sha256 = "103f8n0c60593r0z8hh1zvk1bagxwnhrv3203xpiiddwqxalr04b";
   };
 
   checkInputs = [ pytest pyopenssl service-identity ];