about summary refs log tree commit diff
path: root/pkgs/applications/audio/gpodder
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-06-24 01:23:49 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-06-24 01:23:49 -0700
commit8055c91f9d0f89c7afb3f1273107d7a18dd56b91 (patch)
tree23e3595e70977774787a9060b2c064baaae1f31f /pkgs/applications/audio/gpodder
parent904114fdb85df99e5e9472c9f6fd6432dc4f9d74 (diff)
downloadnixlib-8055c91f9d0f89c7afb3f1273107d7a18dd56b91.tar
nixlib-8055c91f9d0f89c7afb3f1273107d7a18dd56b91.tar.gz
nixlib-8055c91f9d0f89c7afb3f1273107d7a18dd56b91.tar.bz2
nixlib-8055c91f9d0f89c7afb3f1273107d7a18dd56b91.tar.lz
nixlib-8055c91f9d0f89c7afb3f1273107d7a18dd56b91.tar.xz
nixlib-8055c91f9d0f89c7afb3f1273107d7a18dd56b91.tar.zst
nixlib-8055c91f9d0f89c7afb3f1273107d7a18dd56b91.zip
gpodder: 3.10.2 -> 3.10.3
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/8rqasrwlljygffj6i4nf8v8v75bhc255-gpodder-3.10.3/bin/gpo had a zero exit code or showed the expected version
- /nix/store/8rqasrwlljygffj6i4nf8v8v75bhc255-gpodder-3.10.3/bin/gpodder passed the binary check.
- Warning: no invocation of /nix/store/8rqasrwlljygffj6i4nf8v8v75bhc255-gpodder-3.10.3/bin/gpodder-migrate2tres had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/8rqasrwlljygffj6i4nf8v8v75bhc255-gpodder-3.10.3/bin/..gpo-wrapped-wrapped had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/8rqasrwlljygffj6i4nf8v8v75bhc255-gpodder-3.10.3/bin/.gpo-wrapped had a zero exit code or showed the expected version
- /nix/store/8rqasrwlljygffj6i4nf8v8v75bhc255-gpodder-3.10.3/bin/..gpodder-wrapped-wrapped passed the binary check.
- /nix/store/8rqasrwlljygffj6i4nf8v8v75bhc255-gpodder-3.10.3/bin/.gpodder-wrapped passed the binary check.
- Warning: no invocation of /nix/store/8rqasrwlljygffj6i4nf8v8v75bhc255-gpodder-3.10.3/bin/..gpodder-migrate2tres-wrapped-wrapped had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/8rqasrwlljygffj6i4nf8v8v75bhc255-gpodder-3.10.3/bin/.gpodder-migrate2tres-wrapped had a zero exit code or showed the expected version
- 3 of 9 passed binary check by having a zero exit code.
- 0 of 9 passed binary check by having the new version present in output.
- found 3.10.3 with grep in /nix/store/8rqasrwlljygffj6i4nf8v8v75bhc255-gpodder-3.10.3
- directory tree listing: https://gist.github.com/40569f5fea3ccd68574abaead2e57c56
- du listing: https://gist.github.com/7491af6e9fa6d0fbe76c75499dba579b
Diffstat (limited to 'pkgs/applications/audio/gpodder')
-rw-r--r--pkgs/applications/audio/gpodder/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/gpodder/default.nix b/pkgs/applications/audio/gpodder/default.nix
index 68315373a023..678ea529dc44 100644
--- a/pkgs/applications/audio/gpodder/default.nix
+++ b/pkgs/applications/audio/gpodder/default.nix
@@ -5,7 +5,7 @@
 
 python3Packages.buildPythonApplication rec {
   name = "gpodder-${version}";
-  version = "3.10.2";
+  version = "3.10.3";
 
   format = "other";
 
@@ -13,7 +13,7 @@ python3Packages.buildPythonApplication rec {
     owner = "gpodder";
     repo = "gpodder";
     rev = version;
-    sha256 = "0nbhyh44cympslcf4miwc2n1gccm5ghjf9slg0r8xnpvg921jv04";
+    sha256 = "0j0amjq1wvr5p10vckg900a8xfnxw6z028qw72ayh58216m5jb5l";
   };
 
   postPatch = with stdenv.lib; ''