summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-02-28 03:38:00 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2022-02-27 20:28:29 -0800
commitcc87193562dcb336c986a83f9ba89fca87e76186 (patch)
treeb930e24fb84420265ee5c6d5f874b5438b6a9c53 /pkgs
parentbbba21baaa6f42fe1bd0284cc418cbddadcf379d (diff)
downloadnixpkgs-cc87193562dcb336c986a83f9ba89fca87e76186.tar
nixpkgs-cc87193562dcb336c986a83f9ba89fca87e76186.tar.gz
nixpkgs-cc87193562dcb336c986a83f9ba89fca87e76186.tar.bz2
nixpkgs-cc87193562dcb336c986a83f9ba89fca87e76186.tar.lz
nixpkgs-cc87193562dcb336c986a83f9ba89fca87e76186.tar.xz
nixpkgs-cc87193562dcb336c986a83f9ba89fca87e76186.tar.zst
nixpkgs-cc87193562dcb336c986a83f9ba89fca87e76186.zip
python310Packages.python-hosts: 1.0.2 -> 1.0.3
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/python-hosts/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/python-hosts/default.nix b/pkgs/development/python-modules/python-hosts/default.nix
index 934f15a7a46..4eca7cca13f 100644
--- a/pkgs/development/python-modules/python-hosts/default.nix
+++ b/pkgs/development/python-modules/python-hosts/default.nix
@@ -2,11 +2,11 @@
 
 buildPythonPackage rec {
   pname = "python-hosts";
-  version = "1.0.2";
+  version = "1.0.3";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "8f827da4a1bf69d4f4f881f7d7ebc8b378967b60924aa4baea2c9d1debedf5fc";
+    sha256 = "sha256-4SAXjx5pRDhv4YVUgrUttyUa5izpYqpDKiiGJc2y8V0=";
   };
 
   # win_inet_pton is required for windows support