about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2023-01-09 16:21:18 +0100
committerGitHub <noreply@github.com>2023-01-09 16:21:18 +0100
commitc59842acd90c865de059246181ab06d36b4c0c67 (patch)
tree4e75da8b4cc31f62ccb1f4255674a150b43b5c1f
parent880d36a1805ae17a5388c64e8f5133b6340ee687 (diff)
parente015cc413e76a5413e0057d23c0290c5b1090abc (diff)
Merge pull request #209880 from fabaff/whois-bump
python310Packages.whois: 0.9.21 -> 0.9.22
-rw-r--r--pkgs/development/python-modules/whois/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/whois/default.nix b/pkgs/development/python-modules/whois/default.nix
index 85dc1bcff1d29..793565da68077 100644
--- a/pkgs/development/python-modules/whois/default.nix
+++ b/pkgs/development/python-modules/whois/default.nix
@@ -7,7 +7,7 @@
 
 buildPythonPackage rec {
   pname = "whois";
-  version = "0.9.21";
+  version = "0.9.22";
   format = "setuptools";
 
   disabled = pythonOlder "3.7";
@@ -16,7 +16,7 @@ buildPythonPackage rec {
     owner = "DannyCork";
     repo = "python-whois";
     rev = "refs/tags/${version}";
-    hash = "sha256-gsWvmAnzlm31UHT//VbXvryKWN8m/+hvLoKxLmQOK5k=";
+    hash = "sha256-k1pvElqZTWJp8PTvQJCFeJqfzHW/QJQXCd4zBAtU0G4=";
   };
 
   propagatedBuildInputs = [