From 33d82ac2b55434287152b16c78c2e27e9c3042e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20=C4=8Cun=C3=A1t?= Date: Sun, 17 Mar 2024 10:33:53 +0100 Subject: [PATCH] Revert "python3Packages.cffsubr: 0.2.9.post1 -> 0.3.0" This reverts commit 46822d90e8266ece0ef9b3d9b9b7f3ec059a08b9. It didn't build after the update. Perhaps next time. --- pkgs/development/python-modules/cffsubr/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/cffsubr/default.nix b/pkgs/development/python-modules/cffsubr/default.nix index d82f3ff012c1..e86277cf2782 100644 --- a/pkgs/development/python-modules/cffsubr/default.nix +++ b/pkgs/development/python-modules/cffsubr/default.nix @@ -11,12 +11,12 @@ buildPythonPackage rec { pname = "cffsubr"; - version = "0.3.0"; + version = "0.2.9.post1"; format = "pyproject"; src = fetchPypi { inherit pname version; - hash = "sha256-d0UVC9uBZ5+s3RHB87hwlsT029SVfo/Ou4jEVoeVLvs="; + hash = "sha256-azFBLc9JyPqEZkvahn4u3cVbb+b6aW/yU8TxOp/y/Fw="; }; patches = [