Commit b5cb456f authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.beautysh: 6.4.2 -> 6.4.3

parent 2f40c4c5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];