From 25beac011dbfe47bbe2314f1616f1a9341c69ee3 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 29 Mar 2025 11:19:04 +0100 Subject: [PATCH] python313Packages.compressed-rtf: 1.0.6-unstable-2023-10-15 -> 1.0.7 Diff: https://github.com/delimitry/compressed_rtf/compare/581400c1b4c69ab0d944cfb5ca82c32059bbcc96...1.0.7 --- pkgs/development/python-modules/compressed-rtf/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/compressed-rtf/default.nix b/pkgs/development/python-modules/compressed-rtf/default.nix index 46ad11bfc1fc..acfdd2dae763 100644 --- a/pkgs/development/python-modules/compressed-rtf/default.nix +++ b/pkgs/development/python-modules/compressed-rtf/default.nix @@ -9,7 +9,7 @@ buildPythonPackage { pname = "compressed-rtf"; - version = "1.0.6-unstable-2023-10-15"; + version = "1.0.7"; pyproject = true; disabled = pythonOlder "3.7";