Commit 6cb5cf21 authored by R. RyanTM's avatar R. RyanTM
Browse files

puncia: 0.29 -> 0.30

parent aa44c348
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,14 +6,14 @@

python3.pkgs.buildPythonApplication rec {
  pname = "puncia";
  version = "0.29";
  version = "0.30";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "ARPSyndicate";
    repo = "puncia";
    tag = "v${version}";
    hash = "sha256-46qJ5sUQs8A8wiNj1Oj/1s4roAR+gtwmcGqHhkkUvd0=";
    hash = "sha256-woy8JL+yFOYUsAhYWxyskUj/hT3JmwrhKHg3JHyWzNY=";
  };

  build-system = with python3.pkgs; [ setuptools ];