about summary refs log tree commit diff
path: root/pkgs/applications/office
diff options
context:
space:
mode:
authorMarek Mahut <marek.mahut@gmail.com>2019-09-27 22:02:34 +0200
committerGitHub <noreply@github.com>2019-09-27 22:02:34 +0200
commit1cf3496def5fa45026e33efe4fdf4fcdc1f86fc8 (patch)
tree3c22db31cc865493a803ce97b908a37ef87804e1 /pkgs/applications/office
parent456fada6818da5ac98fa0744e56b0468e174afdb (diff)
parentc52d22dc221f70929631aab9d0f59018592e3a0d (diff)
Merge pull request #69615 from r-ryantm/auto-update/ledger-autosync
ledger-autosync: 1.0.0 -> 1.0.1
Diffstat (limited to 'pkgs/applications/office')
-rw-r--r--pkgs/applications/office/ledger-autosync/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/office/ledger-autosync/default.nix b/pkgs/applications/office/ledger-autosync/default.nix
index 4c126fc2f9190..62ac6a803824c 100644
--- a/pkgs/applications/office/ledger-autosync/default.nix
+++ b/pkgs/applications/office/ledger-autosync/default.nix
@@ -2,14 +2,14 @@
 
 python3Packages.buildPythonApplication rec {
   pname = "ledger-autosync";
-  version = "1.0.0";
+  version = "1.0.1";
 
 # no tests included in PyPI tarball
   src = fetchFromGitHub {
     owner = "egh";
     repo = "ledger-autosync";
     rev = "v${version}";
-    sha256 = "1fn32c02idccdmf9906pxn248qc9basjy2kr2g600806k3qvw84a";
+    sha256 = "1h5mjngdd3rmzwmy026xmas0491kxxi1vxkd5m1xii7y6j50z14q";
   };
 
   propagatedBuildInputs = with python3Packages; [