summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2018-11-23 11:57:56 +0000
committerGitHub <noreply@github.com>2018-11-23 11:57:56 +0000
commit04719a005202a9b0a8e815c90f94a5e9a1fce05d (patch)
treebe782b9d7340dc8cf93905a06d87d41317bee6ab /pkgs
parentc424c1161b104a6b0c2b335a071e0b636e9917c9 (diff)
parente651ea512a6a92d803b0a69cce1327eca0b35714 (diff)
downloadnixpkgs-04719a005202a9b0a8e815c90f94a5e9a1fce05d.tar
nixpkgs-04719a005202a9b0a8e815c90f94a5e9a1fce05d.tar.gz
nixpkgs-04719a005202a9b0a8e815c90f94a5e9a1fce05d.tar.bz2
nixpkgs-04719a005202a9b0a8e815c90f94a5e9a1fce05d.tar.lz
nixpkgs-04719a005202a9b0a8e815c90f94a5e9a1fce05d.tar.xz
nixpkgs-04719a005202a9b0a8e815c90f94a5e9a1fce05d.tar.zst
nixpkgs-04719a005202a9b0a8e815c90f94a5e9a1fce05d.zip
Merge pull request #50919 from sjau/flexget-2.17.14
Flexget: 2.16.2 -> 2.17.4
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/networking/flexget/default.nix12
1 files changed, 6 insertions, 6 deletions
diff --git a/pkgs/applications/networking/flexget/default.nix b/pkgs/applications/networking/flexget/default.nix
index 6e1d008e0d3..3fec84d224f 100644
--- a/pkgs/applications/networking/flexget/default.nix
+++ b/pkgs/applications/networking/flexget/default.nix
@@ -14,18 +14,18 @@ let
 
   packageOverrides = self: super: {
     sqlalchemy = super.sqlalchemy.overridePythonAttrs (old: rec {
-      version = "1.1.10";
+      version = "1.2.6";
       src = old.src.override {
         inherit version;
-        sha256 = "1lvb14qclrx0qf6qqx8a8hkx5akk5lk3dvcqz8760v9hya52pnfv";
+        sha256 = "1nwylglh256mbwwnng6n6bzgxshyz18j12hw76sghbprp74hrc3w";
       };
     });
 
     guessit = super.guessit.overridePythonAttrs (old: rec {
-      version = "2.1.4";
+      version = "3.0.3";
       src = old.src.override {
         inherit version;
-        sha256 = "90e6f9fb49246ad27f34f8b9984357e22562ccc3059241cbc08b4fac1d401c56";
+        sha256 = "1q06b3k31bfb8cxjimpf1rkcrwnc596a9cppjw15minvdangl32r";
       };
     });
   };
@@ -36,11 +36,11 @@ with python'.pkgs;
 
 buildPythonApplication rec {
   pname = "FlexGet";
-  version = "2.16.2";
+  version = "2.17.14";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "1b9nyrg1r69kmwhpmw9pxdrwa9pnw5mphpdlki85cpxiii2sms9j";
+    sha256 = "1wh12nspjzsgb0a7qp67s4k8wssbhhf500s8x8mx2smb1mgy4xzz";
   };
 
   postPatch = ''