Skip to content

Commit 3c99d17

Browse files
authored
puncia: 0.29 -> 0.30 (NixOS#396479)
2 parents 7188743 + 6cb5cf2 commit 3c99d17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/pu/puncia/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66

77
python3.pkgs.buildPythonApplication rec {
88
pname = "puncia";
9-
version = "0.29";
9+
version = "0.30";
1010
pyproject = true;
1111

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

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

0 commit comments

Comments
 (0)