Revert "python3Packages.cffsubr: 0.2.9.post1 -> 0.3.0"

This reverts commit 46822d90e8.
It didn't build after the update.  Perhaps next time.
This commit is contained in:
Vladimír Čunát 2024-03-17 10:33:53 +01:00
parent 94e192c337
commit 33d82ac2b5
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -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 = [