about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2023-09-14 07:26:20 +0200
committerGitHub <noreply@github.com>2023-09-14 07:26:20 +0200
commitdc0d53b05443cd66dd242ddd972bac74a58f60ee (patch)
tree79ece44c88c1497d192c6c0482e3f2f2eeff6c36
parentdfc326a14301980adbf94f1749207168d8fd5ad9 (diff)
parente85841b10331a1218fd9dd64536d41f9f7eb160f (diff)
downloadnixlib-dc0d53b05443cd66dd242ddd972bac74a58f60ee.tar
nixlib-dc0d53b05443cd66dd242ddd972bac74a58f60ee.tar.gz
nixlib-dc0d53b05443cd66dd242ddd972bac74a58f60ee.tar.bz2
nixlib-dc0d53b05443cd66dd242ddd972bac74a58f60ee.tar.lz
nixlib-dc0d53b05443cd66dd242ddd972bac74a58f60ee.tar.xz
nixlib-dc0d53b05443cd66dd242ddd972bac74a58f60ee.tar.zst
nixlib-dc0d53b05443cd66dd242ddd972bac74a58f60ee.zip
Merge pull request #255051 from r-ryantm/auto-update/python310Packages.authheaders
python310Packages.authheaders: 0.15.2 -> 0.15.3
-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 5ad2e29976a5..7d4a4075439e 100644
--- a/pkgs/development/python-modules/authheaders/default.nix
+++ b/pkgs/development/python-modules/authheaders/default.nix
@@ -12,7 +12,7 @@
 
 buildPythonPackage rec {
   pname = "authheaders";
-  version = "0.15.2";
+  version = "0.15.3";
   format = "setuptools";
 
   disabled = pythonOlder "3.7";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
     owner = "ValiMail";
     repo = "authentication-headers";
     rev = "refs/tags/${version}";
-    hash = "sha256-vtLt7JUdLF0gBWgMzP65UAR6A9BnTech5n0alFErcSQ=";
+    hash = "sha256-96fCx5uN7yegTrCN+LSjtu4u3RL+dcxV/Puyo0eziI8=";
   };
 
   propagatedBuildInputs = [