summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python3-saml
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-12-30 12:28:14 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-12-30 12:28:14 +0000
commitf3009dd57d0011bfaf30fe6325a0befb6672ca65 (patch)
tree75b2d7fc8bb6493c58da4dffd3a0fabb7ddbbe48 /pkgs/development/python-modules/python3-saml
parent3d7270abd5b28bc8ef6c64a7eb15f41bdc9717f0 (diff)
python310Packages.python3-saml: 1.14.0 -> 1.15.0
Diffstat (limited to 'pkgs/development/python-modules/python3-saml')
-rw-r--r--pkgs/development/python-modules/python3-saml/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/python-modules/python3-saml/default.nix b/pkgs/development/python-modules/python3-saml/default.nix
index dca35089f45f..f1674627744e 100644
--- a/pkgs/development/python-modules/python3-saml/default.nix
+++ b/pkgs/development/python-modules/python3-saml/default.nix
@@ -3,14 +3,14 @@ isodate, lxml, xmlsec, freezegun }:
buildPythonPackage rec {
pname = "python3-saml";
- version = "1.14.0";
+ version = "1.15.0";
disabled = !isPy3k;
src = fetchFromGitHub {
owner = "onelogin";
repo = "python3-saml";
- rev = "v${version}";
- sha256 = "sha256-TAfVXh1fSKhNn/lsi7elq4wFyKCxCtCYUTrnH3ytBTw=";
+ rev = "refs/tags/v${version}";
+ sha256 = "sha256-xPPR2z3h8RpoAROpKpu9ZoDxGq5Stm9wQVt4Stj/6fg=";
};
postPatch = ''