Unverified Commit 4757e620 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python3Packages.busypie: 0.5.2 -> 0.5.1 (#487450)

parents 53335d69 16eae291
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,14 +10,14 @@

buildPythonPackage (finalAttrs: {
  pname = "busypie";
  version = "0.5.2";
  version = "0.5.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "rockem";
    repo = "busypie";
    tag = "v${finalAttrs.version}";
    hash = "sha256-LaPgK36ieHKAbm9btx6t//dMdSGdzcaDJVou96D6J3U=";
    hash = "sha256-dw0Sc/a27/EYY7LVMQqDkYuxrUFYK+N6XLk6A7A/eS8=";
  };

  postPatch = ''