about summary refs log tree commit diff
path: root/pkgs/applications/office
diff options
context:
space:
mode:
authorannalee <150648636+a-n-n-a-l-e-e@users.noreply.github.com>2024-03-13 00:38:07 +0000
committerannalee <150648636+a-n-n-a-l-e-e@users.noreply.github.com>2024-03-13 00:38:07 +0000
commit8e038835fea7ead66eab0cbf3885a6710d6b3f1d (patch)
tree536f160fe9a100d889946191cd51d1f0410488ce /pkgs/applications/office
parentcd20c0c426cc7d5cbba6fdeeda19166787809500 (diff)
parent54dce4f0ac3334c35093d38b17fe3799eab929b4 (diff)
downloadnixlib-8e038835fea7ead66eab0cbf3885a6710d6b3f1d.tar
nixlib-8e038835fea7ead66eab0cbf3885a6710d6b3f1d.tar.gz
nixlib-8e038835fea7ead66eab0cbf3885a6710d6b3f1d.tar.bz2
nixlib-8e038835fea7ead66eab0cbf3885a6710d6b3f1d.tar.lz
nixlib-8e038835fea7ead66eab0cbf3885a6710d6b3f1d.tar.xz
nixlib-8e038835fea7ead66eab0cbf3885a6710d6b3f1d.tar.zst
nixlib-8e038835fea7ead66eab0cbf3885a6710d6b3f1d.zip
Merge remote-tracking branch 'upstream/master' into staging-next
Diffstat (limited to 'pkgs/applications/office')
-rw-r--r--pkgs/applications/office/gnumeric/default.nix4
-rw-r--r--pkgs/applications/office/qownnotes/default.nix4
2 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/applications/office/gnumeric/default.nix b/pkgs/applications/office/gnumeric/default.nix
index d0331a742472..7e351afadf53 100644
--- a/pkgs/applications/office/gnumeric/default.nix
+++ b/pkgs/applications/office/gnumeric/default.nix
@@ -7,11 +7,11 @@ let
   inherit (python3Packages) python pygobject3;
 in stdenv.mkDerivation rec {
   pname = "gnumeric";
-  version = "1.12.56";
+  version = "1.12.57";
 
   src = fetchurl {
     url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
-    sha256 = "UaOPNaxbD3He+oueIL8uCFY3mPHLMzeamhdyb7Hj4bI=";
+    sha256 = "r/ULG2I0DCT8z0U9X60+f7c/S8SzT340tsPS2a9qHk8=";
   };
 
   configureFlags = [ "--disable-component" ];
diff --git a/pkgs/applications/office/qownnotes/default.nix b/pkgs/applications/office/qownnotes/default.nix
index 0ff9312f8b49..b4d24973908f 100644
--- a/pkgs/applications/office/qownnotes/default.nix
+++ b/pkgs/applications/office/qownnotes/default.nix
@@ -19,14 +19,14 @@
 let
   pname = "qownnotes";
   appname = "QOwnNotes";
-  version = "24.3.0";
+  version = "24.3.1";
 in
 stdenv.mkDerivation {
   inherit pname version;
 
   src = fetchurl {
     url = "https://github.com/pbek/QOwnNotes/releases/download/v${version}/qownnotes-${version}.tar.xz";
-    hash = "sha256-NIxRXNawzV6adgf7tCYdn1/Nd2ULodOVGt1QwITpO6Q=";
+    hash = "sha256-9WlpZO/OUSSUxBXXOcB6fLq5t75uryViWsn26C05bVo=";
   };
 
   nativeBuildInputs = [