[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/06: gnu: python-pbkdf2: Fix typo in description.
From: |
guix-commits |
Subject: |
01/06: gnu: python-pbkdf2: Fix typo in description. |
Date: |
Tue, 15 Sep 2020 17:46:38 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit e4574a66fe310c67029442568881cb9d2df5d365
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Sep 14 12:29:28 2020 +0200
gnu: python-pbkdf2: Fix typo in description.
* gnu/packages/python-xyz.scm (python-pbkdf2)[description]: Fix typo.
---
gnu/packages/python-xyz.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 3e66e5a..593bb3f 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -14443,7 +14443,7 @@ PKCS#5 v2.0 Password-Based Key Derivation is a key
derivation function which
is part of the RSA Public Key Cryptography Standards series. The provided
implementation takes a password or a passphrase and a salt value (and
optionally a iteration count, a digest module, and a MAC module) and provides
-a file-like object from which an arbitrarly-sized key can be read.")
+a file-like object from which an arbitrarily-sized key can be read.")
(license license:expat)))
(define-public python2-pbkdf2
- branch master updated (49478f9 -> 6a63834), guix-commits, 2020/09/15
- 01/06: gnu: python-pbkdf2: Fix typo in description.,
guix-commits <=
- 06/06: gnu: tor: Update to 0.4.4.5., guix-commits, 2020/09/15
- 04/06: gnu: waylandpp: Update to 0.2.8., guix-commits, 2020/09/15
- 02/06: gnu: dico: Update to 2.10., guix-commits, 2020/09/15
- 03/06: gnu: homebank: Update to 5.4.3., guix-commits, 2020/09/15
- 05/06: gnu: surgescript: Update to 0.5.4.4., guix-commits, 2020/09/15