Unverified Commit 806ee52e authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python313Packages.busylight-for-humans: 0.45.2 -> 0.45.3 (#475413)

parents ccf4c128 5f6dfadb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -20,14 +20,14 @@

buildPythonPackage rec {
  pname = "busylight-for-humans";
  version = "0.45.2";
  version = "0.45.3";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "JnyJny";
    repo = "busylight";
    tag = "v${version}";
    hash = "sha256-G+l+jkHZzz3tX1CcC7Cq1iCFZPbeQ6CI4xCMkTWA5EE=";
    hash = "sha256-EP+2jWOrXQE8sZQYclMMbpfr+FmPHIbZ35NNbfCTnUk=";
  };

  build-system = [ hatchling ];