summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2023-04-28 10:00:54 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2023-04-28 10:00:54 +0200
commitbc577a24858ca0777d6ba28ed1a63c6ef760c187 (patch)
treed76e75f942ffe7475b8442c10b9696cc4a544169
parentc0a92998f2e809af762226a93b46bf1dfc5e7596 (diff)
downloadnixpkgs-bc577a24858ca0777d6ba28ed1a63c6ef760c187.tar
nixpkgs-bc577a24858ca0777d6ba28ed1a63c6ef760c187.tar.gz
nixpkgs-bc577a24858ca0777d6ba28ed1a63c6ef760c187.tar.bz2
nixpkgs-bc577a24858ca0777d6ba28ed1a63c6ef760c187.tar.lz
nixpkgs-bc577a24858ca0777d6ba28ed1a63c6ef760c187.tar.xz
nixpkgs-bc577a24858ca0777d6ba28ed1a63c6ef760c187.tar.zst
nixpkgs-bc577a24858ca0777d6ba28ed1a63c6ef760c187.zip
python310Packages.authheaders: 0.15.1 -> 0.15.2
-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 96a035f4a58..04b8f2fcb65 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.15.1";
+  version = "0.15.2";
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-90rOvu+CbHtammrMDZpPx7rIboIT2X/jL1GtfjpmuOk=";
+    hash = "sha256-kAzuiKYeZH74Tr38vO4BVDIHRNjsHX1ukmhC9EcoO98=";
   };
 
   propagatedBuildInputs = [ authres dnspython dkimpy publicsuffix2 ];