about summary refs log tree commit diff
path: root/pkgs/tools/networking/offlineimap
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-06-19 03:53:25 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-06-19 03:53:25 -0700
commitefd91a0a5851e8361b01dd28f2a4b9e23790f35f (patch)
tree0b7341b11a451013e4c9fb7a5559f5b5a04a3328 /pkgs/tools/networking/offlineimap
parent4627f0719dcc73ccd10d421b05af35170324971d (diff)
downloadnixlib-efd91a0a5851e8361b01dd28f2a4b9e23790f35f.tar
nixlib-efd91a0a5851e8361b01dd28f2a4b9e23790f35f.tar.gz
nixlib-efd91a0a5851e8361b01dd28f2a4b9e23790f35f.tar.bz2
nixlib-efd91a0a5851e8361b01dd28f2a4b9e23790f35f.tar.lz
nixlib-efd91a0a5851e8361b01dd28f2a4b9e23790f35f.tar.xz
nixlib-efd91a0a5851e8361b01dd28f2a4b9e23790f35f.tar.zst
nixlib-efd91a0a5851e8361b01dd28f2a4b9e23790f35f.zip
offlineimap: 7.2.0 -> 7.2.1
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/offlineimap/versions.

These checks were done:

- built on NixOS
- /nix/store/i64ljqy7csw76jqan3d4r1ayqmdbpgiq-offlineimap-7.2.1/bin/.offlineimap-wrapped passed the binary check.
- /nix/store/i64ljqy7csw76jqan3d4r1ayqmdbpgiq-offlineimap-7.2.1/bin/offlineimap passed the binary check.
- 2 of 2 passed binary check by having a zero exit code.
- 2 of 2 passed binary check by having the new version present in output.
- found 7.2.1 with grep in /nix/store/i64ljqy7csw76jqan3d4r1ayqmdbpgiq-offlineimap-7.2.1
- directory tree listing: https://gist.github.com/db353c3cafac9aac9a95c6c5e39c8d32
- du listing: https://gist.github.com/87553df2ee20c8d6f60e17381d46f676
Diffstat (limited to 'pkgs/tools/networking/offlineimap')
-rw-r--r--pkgs/tools/networking/offlineimap/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/networking/offlineimap/default.nix b/pkgs/tools/networking/offlineimap/default.nix
index c1d00dba2b46..c7d153186986 100644
--- a/pkgs/tools/networking/offlineimap/default.nix
+++ b/pkgs/tools/networking/offlineimap/default.nix
@@ -2,7 +2,7 @@
   asciidoc, libxml2, libxslt, docbook_xml_xslt }:
 
 pythonPackages.buildPythonApplication rec {
-  version = "7.2.0";
+  version = "7.2.1";
   name = "offlineimap-${version}";
   namePrefix = "";
 
@@ -10,7 +10,7 @@ pythonPackages.buildPythonApplication rec {
     owner = "OfflineIMAP";
     repo = "offlineimap";
     rev = "v${version}";
-    sha256 = "0xyvqgy36n0bb41c4ffldyrcnaja5gpwx2ngbnk3qs22ldb2n1sb";
+    sha256 = "1m5i74baazwazqp98ssma968rnwzfl1nywb7icf0swc8447ps97q";
   };
 
   postPatch = ''