summary refs log tree commit diff
path: root/pkgs/development/python-modules/trustme
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-06-17 19:34:55 -0700
committerR. RyanTM <ryantm-bot@ryantm.com>2019-06-17 19:34:55 -0700
commit56ecd04641a4e540cc748baea175437a3c1e41f5 (patch)
tree4c706b577527d3401019f315213742e82c068a06 /pkgs/development/python-modules/trustme
parente2d07d2cc7e880d6c1dbff211a8b9b4f503ca7a0 (diff)
downloadnixpkgs-56ecd04641a4e540cc748baea175437a3c1e41f5.tar
nixpkgs-56ecd04641a4e540cc748baea175437a3c1e41f5.tar.gz
nixpkgs-56ecd04641a4e540cc748baea175437a3c1e41f5.tar.bz2
nixpkgs-56ecd04641a4e540cc748baea175437a3c1e41f5.tar.lz
nixpkgs-56ecd04641a4e540cc748baea175437a3c1e41f5.tar.xz
nixpkgs-56ecd04641a4e540cc748baea175437a3c1e41f5.tar.zst
nixpkgs-56ecd04641a4e540cc748baea175437a3c1e41f5.zip
python37Packages.trustme: 0.5.1 -> 0.5.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-trustme/versions
Diffstat (limited to 'pkgs/development/python-modules/trustme')
-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 27831a0359c..6daa99aca6a 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 ];