python3Packages.beautysh: 6.4.2 -> 6.4.3

This commit is contained in:
R. Ryantm
2026-03-12 12:32:31 +00:00
parent 2f40c4c5d1
commit b5cb456fe6
@@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "beautysh";
version = "6.4.2";
version = "6.4.3";
pyproject = true;
src = fetchFromGitHub {
owner = "lovesegfault";
repo = "beautysh";
tag = "v${version}";
hash = "sha256-wLqysNhkagZ+sphqMC78cLoKvsMJpJCJr16lgvU37JI=";
hash = "sha256-P2oF6Sb7CBsZGSOXifxgCtJdY50YUJF3tKihp3v1cK4=";
};
build-system = [ hatchling ];