Unverified Commit 7913e4e2 authored by Bruno BELANYI's avatar Bruno BELANYI Committed by GitHub
Browse files

Merge pull request #327607 from r-ryantm/auto-update/python312Packages.beancount-black

python312Packages.beancount-black: 1.0.2 -> 1.0.4
parents f4b1a8fe c7bb9bf6
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@

buildPythonPackage rec {
  pname = "beancount-black";
  version = "1.0.2";
  version = "1.0.4";

  disabled = pythonOlder "3.9";
  format = "pyproject";
@@ -19,8 +19,8 @@ buildPythonPackage rec {
  src = fetchFromGitHub {
    owner = "LaunchPlatform";
    repo = "beancount-black";
    rev = version;
    hash = "sha256-SoAic9UYKE9lhMpl44VosJmmjKJjDrKOyMeUO931Ztg=";
    rev = "refs/tags/${version}";
    hash = "sha256-GrdQCxVsAzCusxxfQHF48doWG8OVrqBayCFof9RHTkE=";
  };

  buildInputs = [ poetry-core ];