python3Packages.rchitect: 0.4.7 -> 0.4.8

This commit is contained in:
R. Ryantm
2025-08-25 06:15:13 +00:00
parent 6e77d59add
commit 53b0ca8a7c
@@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "rchitect";
version = "0.4.7";
version = "0.4.8";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "randy3k";
repo = "rchitect";
tag = "v${version}";
hash = "sha256-M7OWDo3mEEOYtjIpzPIpzPMBtv2TZJKJkSfHczZYS8Y=";
hash = "sha256-R1Zr0M6NQw+8MYHSm8ll5oe/P1Q/apO4xnWdWVFTgWQ=";
};
postPatch = ''