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

Commits on Oct 1, 2019

  1. Copy the full SHA
    dddbfee View commit details

Commits on Oct 9, 2019

  1. Merge pull request #70190 from hkjn/20191001-ledgerblue-0.1.29

    pythonPackages.ledgerblue: 0.1.28 -> 0.1.29
    c0bw3b authored Oct 9, 2019
    Copy the full SHA
    7899b5b View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/python-modules/ledgerblue/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/ledgerblue/default.nix
Original file line number Diff line number Diff line change
@@ -5,11 +5,11 @@

buildPythonPackage rec {
pname = "ledgerblue";
version = "0.1.28";
version = "0.1.29";

src = fetchPypi {
inherit pname version;
sha256 = "1jfh4gb3f16ga1ircwiyg7dldldmhn0a5slbpqsqr2g6mlqihpmd";
sha256 = "14zv8bp62r1fwrrpbwyg9a3s5dl76lbhd8lv16xim0w55p9vvixn";
};

propagatedBuildInputs = [