diff options
author | Elisei Roca <eroca@mailbox.org> | 2021-09-22 00:00:19 +0200 |
---|---|---|
committer | Ben Sturmfels <ben@sturm.com.au> | 2021-10-11 21:57:40 +1100 |
commit | fe01dd00fbebbf46f8cab552b89c402124541cab (patch) | |
tree | dd11a718c1515236c2932c996a7f43c74bf922f2 /guix-env.scm | |
parent | 692261d4057ba59d5642fe218c5703950282578d (diff) | |
download | mediagoblin-fe01dd00fbebbf46f8cab552b89c402124541cab.tar.lz mediagoblin-fe01dd00fbebbf46f8cab552b89c402124541cab.tar.xz mediagoblin-fe01dd00fbebbf46f8cab552b89c402124541cab.zip |
Replace py-bcrypt with bcrypt.
Almost a drop-in replacement, only needed some str - byte conversions.
The former has not seen a release since 2013, the latter is active with
a last release on Aug. 16th 2020.
Signed-off-by: Ben Sturmfels <ben@sturm.com.au>
Diffstat (limited to 'guix-env.scm')
-rw-r--r-- | guix-env.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guix-env.scm b/guix-env.scm index efe400ac..b0c0a171 100644 --- a/guix-env.scm +++ b/guix-env.scm @@ -207,7 +207,7 @@ ("python-openid" ,python-openid) ; For OpenID plugin ("python-pastescript" ,python-pastescript) ("python-pillow" ,python-pillow) - ("python-py-bcrypt" ,python-py-bcrypt) + ("python-bcrypt" ,python-bcrypt) ("python-pyld" ,python-pyld) ("python-pytz" ,python-pytz) ("python-requests" ,python-requests) ; For batchaddmedia |