diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-04-29 17:33:43 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:52:27 -0400 |
commit | 50491574a6ae5d3abe84f6cec94acc35f398bafd (patch) | |
tree | 4fca359b6d92857c588e83d71ab223d5391d35b6 /gnu/packages/finance.scm | |
parent | a512c65503772837f2b9a061917d6ccaac645a10 (diff) |
gnu: Remove python2-stdnum.
* gnu/packages/finance.scm (python2-stdnum): Delete variable.
Diffstat (limited to 'gnu/packages/finance.scm')
-rw-r--r-- | gnu/packages/finance.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm index 09b979899d..d45cb42f09 100644 --- a/gnu/packages/finance.scm +++ b/gnu/packages/finance.scm @@ -1230,9 +1230,6 @@ The module also includes implementations of the Verhoeff, Luhn and family of ISO/IEC 7064 check digit algorithms.") (license license:lgpl2.1+))) -(define-public python2-stdnum - (package-with-python2 python-stdnum)) - (define-public python-duniterpy (package (name "python-duniterpy") |