Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: b40ad04c9d8d
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ec2bd3c95cae
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Oct 29, 2020

  1. beancount: 2.3.2 -> 2.3.3

    r-ryantm authored and Jonathan Ringer committed Oct 29, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    ec2bd3c View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/python-modules/beancount/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/beancount/default.nix
Original file line number Diff line number Diff line change
@@ -4,14 +4,14 @@
, ply, python_magic, pytest, requests }:

buildPythonPackage rec {
version = "2.3.2";
version = "2.3.3";
pname = "beancount";

disabled = !isPy3k;

src = fetchPypi {
inherit pname version;
sha256 = "1wfpf2b0sha84rz0qgkanc82wharjqr2nr7xxg1rngrci2h0aqhd";
sha256 = "0767ap2n9vk9dz40njndfhaprajr75fvzx7igbd1szc6x8wri8nr";
};

# Tests require files not included in the PyPI archive.