chore(npins): Update and install pyrage
This commit is contained in:
parent
1ca85957d2
commit
3a0d499ba1
3 changed files with 7 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
||||||
diff --git a/authens/utils.py b/authens/utils.py
|
diff --git a/src/authens/utils.py b/src/authens/utils.py
|
||||||
index 7306506..36063b6 100644
|
index 7306506..36063b6 100644
|
||||||
--- a/authens/utils.py
|
--- a/src/authens/utils.py
|
||||||
+++ b/authens/utils.py
|
+++ b/src/authens/utils.py
|
||||||
@@ -16,7 +16,7 @@ def get_cas_client(request):
|
@@ -16,7 +16,7 @@ def get_cas_client(request):
|
||||||
service_url=urlunparse(
|
service_url=urlunparse(
|
||||||
(request.scheme, request.get_host(), request.path, "", "", "")
|
(request.scheme, request.get_host(), request.path, "", "", "")
|
||||||
|
|
|
@ -14,6 +14,7 @@ let
|
||||||
django-bulma-forms
|
django-bulma-forms
|
||||||
django-translated-fields
|
django-translated-fields
|
||||||
loadcredential
|
loadcredential
|
||||||
|
pyrage
|
||||||
;
|
;
|
||||||
|
|
||||||
authens = nix-pkgs.authens.overridePythonAttrs (old: {
|
authens = nix-pkgs.authens.overridePythonAttrs (old: {
|
||||||
|
@ -44,6 +45,7 @@ in
|
||||||
ps.django-debug-toolbar
|
ps.django-debug-toolbar
|
||||||
ps.django-translated-fields
|
ps.django-translated-fields
|
||||||
ps.loadcredential
|
ps.loadcredential
|
||||||
|
ps.pyrage
|
||||||
]))
|
]))
|
||||||
|
|
||||||
pkgs.gettext
|
pkgs.gettext
|
||||||
|
|
|
@ -7,9 +7,9 @@
|
||||||
"url": "https://git.hubrecht.ovh/hubrecht/nix-pkgs.git"
|
"url": "https://git.hubrecht.ovh/hubrecht/nix-pkgs.git"
|
||||||
},
|
},
|
||||||
"branch": "main",
|
"branch": "main",
|
||||||
"revision": "46879d052e4a694ceb3027dbcff641c44e0ae1bd",
|
"revision": "22e90684e355bdd1e257c661b6275c7490f8c50b",
|
||||||
"url": null,
|
"url": null,
|
||||||
"hash": "sha256-/Yn3NDYA76bv8x06jahLAJ2z54L0vFeAtQKzyW3MfGA="
|
"hash": "sha256-yEZAv3bK7+gxNM8/31ONwdPIXlyQ5QnNnPDnWl3bXZo="
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"type": "Channel",
|
"type": "Channel",
|
||||||
|
|
Loading…
Reference in a new issue