Skip to content

Commit 5eab8f3

Browse files
committed
python313Packages.beancount_2: init at 2.3.6
1 parent ec096a0 commit 5eab8f3

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

pkgs/top-level/all-packages.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15944,7 +15944,7 @@ with pkgs;
1594415944

1594515945
samplv1 = libsForQt5.callPackage ../applications/audio/samplv1 { };
1594615946

15947-
beancount = with python3.pkgs; toPythonApplication beancount;
15947+
beancount_2 = with python3.pkgs; toPythonApplication beancount_2;
1594815948

1594915949
beancount-black = with python3.pkgs; toPythonApplication beancount-black;
1595015950

pkgs/top-level/python-packages.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1587,7 +1587,7 @@ self: super: with self; {
15871587

15881588
before-after = callPackage ../development/python-modules/before-after { };
15891589

1590-
beancount = callPackage ../development/python-modules/beancount { };
1590+
beancount_2 = callPackage ../development/python-modules/beancount/2.nix { };
15911591

15921592
beancount-black = callPackage ../development/python-modules/beancount-black { };
15931593

0 commit comments

Comments
 (0)