Unverified Commit 73eddc5e authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

puncia: 0.25 -> 0.26 (#372213)

parents 8b0e824d 2027e4dc
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.25";
  version = "0.26";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "ARPSyndicate";
    repo = "puncia";
    tag = "v${version}";
    hash = "sha256-+RA7vAp2bjyZYIe0oyDeTQx89Gl3UEP4D3uSNVlF3i0=";
    hash = "sha256-ZvB3X94gjIunerLhtd6a2Eou6AxHxONRJGS2jCiMjbk=";
  };

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