about summary refs log tree commit diff
path: root/nixpkgs/pkgs/servers/apache-airflow/python-package.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/servers/apache-airflow/python-package.nix')
-rw-r--r--nixpkgs/pkgs/servers/apache-airflow/python-package.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixpkgs/pkgs/servers/apache-airflow/python-package.nix b/nixpkgs/pkgs/servers/apache-airflow/python-package.nix
index 4631ae9ca4f2..8ebb930188f9 100644
--- a/nixpkgs/pkgs/servers/apache-airflow/python-package.nix
+++ b/nixpkgs/pkgs/servers/apache-airflow/python-package.nix
@@ -87,7 +87,7 @@
 , enabledProviders ? []
 }:
 let
-  version = "2.7.0";
+  version = "2.7.1";
 
   airflow-src = fetchFromGitHub rec {
     owner = "apache";
@@ -96,7 +96,7 @@ let
     # Download using the git protocol rather than using tarballs, because the
     # GitHub archive tarballs don't appear to include tests
     forceFetchGit = true;
-    hash = "sha256-zB4PWcPkm+lat4tNfVld051RHlC1dW2EbgyoxDao52o=";
+    hash = "sha256-TxlOdazdaEKt9U+t/zjRChUABLhVTqXvH8nUbYrRrQs=";
   };
 
   # airflow bundles a web interface, which is built using webpack by an undocumented shell script in airflow's source tree.