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: d8e4c8e612b0
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a11033993c8c
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Oct 7, 2020

  1. beancount: 2.3.1 -> 2.3.2

    Signed-off-by: Masanori Ogino <167209+omasanori@users.noreply.github.com>
    omasanori committed Oct 7, 2020
    Copy the full SHA
    f588dc4 View commit details

Commits on Oct 9, 2020

  1. Merge pull request #99947 from omasanori/beancount-2.3.2

    beancount: 2.3.1 -> 2.3.2
    danieldk authored Oct 9, 2020
    Copy the full SHA
    a110339 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.1";
version = "2.3.2";
pname = "beancount";

disabled = !isPy3k;

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

# Tests require files not included in the PyPI archive.