about summary refs log tree commit diff
path: root/pkgs/applications/office
diff options
context:
space:
mode:
authorNikolay Korotkiy <sikmir@disroot.org>2024-03-10 22:38:56 +0400
committerGitHub <noreply@github.com>2024-03-10 22:38:56 +0400
commitc0e30622eb1ad79a9ac7c7c80a2986a6b21b8f26 (patch)
treeb1582a29139226329513ebada149fa134d033373 /pkgs/applications/office
parent8ccf19f4e0deceb0305c550f8f8aa7e89ebe1946 (diff)
parent3bdabd59d392082c60ebe3de810681413bc1839f (diff)
downloadnixlib-c0e30622eb1ad79a9ac7c7c80a2986a6b21b8f26.tar
nixlib-c0e30622eb1ad79a9ac7c7c80a2986a6b21b8f26.tar.gz
nixlib-c0e30622eb1ad79a9ac7c7c80a2986a6b21b8f26.tar.bz2
nixlib-c0e30622eb1ad79a9ac7c7c80a2986a6b21b8f26.tar.lz
nixlib-c0e30622eb1ad79a9ac7c7c80a2986a6b21b8f26.tar.xz
nixlib-c0e30622eb1ad79a9ac7c7c80a2986a6b21b8f26.tar.zst
nixlib-c0e30622eb1ad79a9ac7c7c80a2986a6b21b8f26.zip
Merge pull request #294668 from r-ryantm/auto-update/tryton
tryton: 7.0.5 -> 7.0.7
Diffstat (limited to 'pkgs/applications/office')
-rw-r--r--pkgs/applications/office/tryton/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/office/tryton/default.nix b/pkgs/applications/office/tryton/default.nix
index 34c65d4e2fe7..bb6a16bb5140 100644
--- a/pkgs/applications/office/tryton/default.nix
+++ b/pkgs/applications/office/tryton/default.nix
@@ -21,13 +21,13 @@ with lib;
 
 python3Packages.buildPythonApplication rec {
   pname = "tryton";
-  version = "7.0.5";
+  version = "7.0.7";
 
   disabled = !python3Packages.isPy3k;
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "sha256-NAnNBfwnMky0qbtU3P5+kHJwCj6nfIQCtYgu6nXLcaQ=";
+    sha256 = "sha256-NODeDEgmf/nSKrM+RxAUsUwsbVQT7OSDrTOGVBwOzpw=";
   };
 
   nativeBuildInputs = [