about summary refs log tree commit diff
path: root/pkgs/development/python-modules/authheaders
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-10-19 01:41:44 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2021-10-19 01:41:44 +0000
commit29e06158ef44ac16296a71721d7cc080f67a690d (patch)
tree18f7ccbfa1d3737a7bbaa905024d077d2f67d451 /pkgs/development/python-modules/authheaders
parentf12ffac9c82b4384997d9aca6d245251bd59f731 (diff)
python38Packages.authheaders: 0.13.0 -> 0.14.1
Diffstat (limited to 'pkgs/development/python-modules/authheaders')
-rw-r--r--pkgs/development/python-modules/authheaders/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/authheaders/default.nix b/pkgs/development/python-modules/authheaders/default.nix
index a1d049ebb1513..8593f7f4d742e 100644
--- a/pkgs/development/python-modules/authheaders/default.nix
+++ b/pkgs/development/python-modules/authheaders/default.nix
@@ -4,11 +4,11 @@
 
 buildPythonPackage rec {
   pname = "authheaders";
-  version = "0.13.0";
+  version = "0.14.1";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "935726b784cc636cbcfed2c977f1a6887dc60056806da4eff60db932c5896692";
+    sha256 = "4e601b5b54080019a2f548fadf80ddf9c5538615607c7fb602936404aafe67e2";
   };
 
   propagatedBuildInputs = [ authres dnspython dkimpy publicsuffix2 ]