summary refs log tree commit diff
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
authorSarah Brofeldt <sbrofeldt@gmail.com>2018-12-12 09:40:53 +0100
committerGitHub <noreply@github.com>2018-12-12 09:40:53 +0100
commit89aa19c95aa4770b06dad8649b3dc9a920eedfb3 (patch)
treed7db84809910f9371409088cd0304370f344cab8 /pkgs/applications/networking
parent0c4ac2fa26a136498dd7c8f2b4061e602183b04b (diff)
parent66958e6ac5f093f8a746be844a1326c66306a434 (diff)
downloadnixpkgs-89aa19c95aa4770b06dad8649b3dc9a920eedfb3.tar
nixpkgs-89aa19c95aa4770b06dad8649b3dc9a920eedfb3.tar.gz
nixpkgs-89aa19c95aa4770b06dad8649b3dc9a920eedfb3.tar.bz2
nixpkgs-89aa19c95aa4770b06dad8649b3dc9a920eedfb3.tar.lz
nixpkgs-89aa19c95aa4770b06dad8649b3dc9a920eedfb3.tar.xz
nixpkgs-89aa19c95aa4770b06dad8649b3dc9a920eedfb3.tar.zst
nixpkgs-89aa19c95aa4770b06dad8649b3dc9a920eedfb3.zip
Merge pull request #51868 from yrashk/luigi-2.8.0
luigi: 2.7.9 -> 2.8.0
Diffstat (limited to 'pkgs/applications/networking')
-rw-r--r--pkgs/applications/networking/cluster/luigi/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/cluster/luigi/default.nix b/pkgs/applications/networking/cluster/luigi/default.nix
index 35721208a6e..3a0164edeb0 100644
--- a/pkgs/applications/networking/cluster/luigi/default.nix
+++ b/pkgs/applications/networking/cluster/luigi/default.nix
@@ -2,11 +2,11 @@
 
 python3Packages.buildPythonApplication rec {
   pname = "luigi";
-  version = "2.7.9";
+  version = "2.8.0";
 
   src = python3Packages.fetchPypi {
     inherit pname version;
-    sha256 = "035w8gqql36zlan0xjrzz9j4lh9hs0qrsgnbyw07qs7lnkvbdv9x";
+    sha256 = "1869lb6flmca6s7ccws7mvyn66nvrqjky40jwf2liv9fg0lp8899";
   };
 
   # Relax version constraint