about summary refs log tree commit diff
path: root/pkgs/applications/office
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2024-03-14 06:01:12 +0000
committerGitHub <noreply@github.com>2024-03-14 06:01:12 +0000
commitc866a0733142eb0fc4cf15165913249870474987 (patch)
treeb52579e17d7689714585042a6a3d802c56312d9a /pkgs/applications/office
parentcc92370007888ab722eba45d20efcb66727e4165 (diff)
parent830f5f84e66370b8e05b3acc27a35893f11fb6e3 (diff)
downloadnixlib-c866a0733142eb0fc4cf15165913249870474987.tar
nixlib-c866a0733142eb0fc4cf15165913249870474987.tar.gz
nixlib-c866a0733142eb0fc4cf15165913249870474987.tar.bz2
nixlib-c866a0733142eb0fc4cf15165913249870474987.tar.lz
nixlib-c866a0733142eb0fc4cf15165913249870474987.tar.xz
nixlib-c866a0733142eb0fc4cf15165913249870474987.tar.zst
nixlib-c866a0733142eb0fc4cf15165913249870474987.zip
Merge master into staging-next
Diffstat (limited to 'pkgs/applications/office')
-rw-r--r--pkgs/applications/office/fava/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/office/fava/default.nix b/pkgs/applications/office/fava/default.nix
index 9cdc5d1b5014..d66587e79108 100644
--- a/pkgs/applications/office/fava/default.nix
+++ b/pkgs/applications/office/fava/default.nix
@@ -2,12 +2,12 @@
 
 python3.pkgs.buildPythonApplication rec {
   pname = "fava";
-  version = "1.27.2";
+  version = "1.27.3";
   format = "pyproject";
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-kLQAWFHDmzsBjVMm/ZUn+TFkM52W0h0jg0wSp1tmPZQ=";
+    hash = "sha256-GsnXZaazEiOhyjbIinHRD1fdoqlAp3d5csrmtydxmGM=";
   };
 
   nativeBuildInputs = with python3.pkgs; [ setuptools-scm ];