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

Commits on Apr 26, 2020

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    6c1201a View commit details
  2. Merge pull request #85543 from DamienCassou/damien/ledger-autosync

    ledger-autosync: 1.0.1 -> 1.0.2
    DamienCassou authored Apr 26, 2020
    Copy the full SHA
    5fec592 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/office/ledger-autosync/default.nix
4 changes: 2 additions & 2 deletions pkgs/applications/office/ledger-autosync/default.nix
Original file line number Diff line number Diff line change
@@ -2,14 +2,14 @@

python3Packages.buildPythonApplication rec {
pname = "ledger-autosync";
version = "1.0.1";
version = "1.0.2";

# no tests included in PyPI tarball
src = fetchFromGitHub {
owner = "egh";
repo = "ledger-autosync";
rev = "v${version}";
sha256 = "1h5mjngdd3rmzwmy026xmas0491kxxi1vxkd5m1xii7y6j50z14q";
sha256 = "0sh32jcf8iznnbg1kqlrswbzfmn4h3gkw32q20xwxzz4935pz1qk";
};

propagatedBuildInputs = with python3Packages; [