Commit 50b2184b authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.beautysh: 6.4.1 -> 6.4.2

parent 1786e50c
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.1";
  version = "6.4.2";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "lovesegfault";
    repo = "beautysh";
    tag = "v${version}";
    hash = "sha256-B+1qwivb9MZ+W0u7hccDt3aTjDOcbEQ89Alc8mWd2Sg=";
    hash = "sha256-wLqysNhkagZ+sphqMC78cLoKvsMJpJCJr16lgvU37JI=";
  };

  build-system = [ hatchling ];