about summary refs log tree commit diff
path: root/pkgs/applications/office
diff options
context:
space:
mode:
authorDamien Cassou <damien@cassou.me>2020-04-19 12:12:50 +0200
committerDamien Cassou <damien@cassou.me>2020-04-26 18:37:04 +0200
commit6c1201aa8ca994c1d385985fac5653df7d59a4a7 (patch)
tree465e5e0d86403e4ce3bb95efbf0fa64db39c6414 /pkgs/applications/office
parenta9fa6028adaa37f92efb33c827b27f40617e4cd9 (diff)
ledger-autosync: 1.0.1 -> 1.0.2
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 00c402558613c..3a0f362dcf724 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.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; [