python311Packages.beancount-docverif: rename from beancount_docverif
This commit is contained in:
parent
0cbdedb436
commit
70a357a075
@ -6,12 +6,13 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
version = "1.0.1";
|
||||
pname = "beancount_docverif";
|
||||
pname = "beancount-docverif";
|
||||
|
||||
disabled = !isPy3k;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
pname = "beancount_docverif";
|
||||
inherit version;
|
||||
hash = "sha256-CFBv1FZP5JO+1MPnD86ttrO42zZlvE157zqig7s4HOg=";
|
||||
};
|
||||
|
@ -56,6 +56,7 @@ mapAliases ({
|
||||
backports_tempfile = throw "backports_tempfile has been removed, since we no longer need to backport to python3.3"; # added 2023-07-28
|
||||
backports_unittest-mock = throw "backports_unittest-mock has been removed, since we no longer need to backport to python3.2"; # added 2023-07-28
|
||||
backports_weakref = throw "backports_weakref has been removed, since we no longer need to backport to python3.3"; # added 2023-07-28
|
||||
beancount_docverif = beancount-docverif; # added 2023-10-08
|
||||
bedup = throw "bedup was removed because it was broken and abandoned upstream"; # added 2023-02-04
|
||||
bitcoin-price-api = throw "bitcoin-price-api has been removed, it was using setuptools 2to3 translation feautre, which has been removed in setuptools 58"; # added 2022-02-15
|
||||
BlinkStick = blinkstick; # added 2023-02-19
|
||||
|
@ -1364,7 +1364,7 @@ self: super: with self; {
|
||||
|
||||
beancount-parser = callPackage ../development/python-modules/beancount-parser { };
|
||||
|
||||
beancount_docverif = callPackage ../development/python-modules/beancount_docverif { };
|
||||
beancount-docverif = callPackage ../development/python-modules/beancount-docverif { };
|
||||
|
||||
beanstalkc = callPackage ../development/python-modules/beanstalkc { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user