python312Packages.macaroonbakery: fix version string

This commit is contained in:
natsukium
2025-01-01 15:16:55 +09:00
parent 4a4790f0ff
commit 169ee736fc
@@ -28,6 +28,12 @@ buildPythonPackage rec {
hash = "sha256-NEhr8zkrHceeLbAyuUvc7U6dyQxkpkj0m5LlnBMafA0=";
};
# fix version string
postPatch = ''
substituteInPlace setup.py \
--replace-fail "VERSION = (1, 3, 3)" "VERSION = (1, 3, 4)"
'';
nativeBuildInputs = [ setuptools ];
propagatedBuildInputs = [