Unverified Commit 1ae77f4f authored by Luke Granger-Brown's avatar Luke Granger-Brown Committed by GitHub
Browse files

python312Packages.pyytlounge: 3.1.0 -> 3.2.0 (#400496)

parents fac571e0 09e96349
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,14 +12,14 @@

buildPythonPackage rec {
  pname = "pyytlounge";
  version = "3.1.0";
  version = "3.2.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "FabioGNR";
    repo = "pyytlounge";
    tag = "v${version}";
    hash = "sha256-87m1lrI5ryqaMgtuFtWUVUiKzM7J8u1mkR9l98tU1I0=";
    hash = "sha256-8cdahP1u8Rf4m/167ie9aKcELLiWNvZOx7tV9YLK4nU=";
  };

  build-system = [ hatchling ];