Skip to content

Commit 80ddc2c

Browse files
authored
python313Packages.libknot: 3.4.3 -> 3.4.4 (NixOS#377359)
2 parents 3c9c513 + 9551a1c commit 80ddc2c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pkgs/development/python-modules/libknot/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212

1313
buildPythonPackage rec {
1414
pname = "libknot";
15-
version = "3.4.3";
15+
version = "3.4.4";
1616
pyproject = true;
1717

1818
src = fetchPypi {
1919
inherit pname version;
20-
hash = "sha256-Sm3WHZdCpz0F/tpGQc7tvpjcxfPc2cMAyc0rVjm6i04=";
20+
hash = "sha256-pvWkjoLmwhVBzDf1Axc6iuOLrDfIfrY0yr1uvJGy0s4=";
2121
};
2222

2323
postPatch = ''

pkgs/servers/monitoring/prometheus/knot-exporter.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77

88
python3.pkgs.buildPythonApplication rec {
99
pname = "knot-exporter";
10-
version = "3.4.3";
10+
version = "3.4.4";
1111
pyproject = true;
1212

1313
src = fetchPypi {
1414
pname = "knot_exporter";
1515
inherit version;
16-
hash = "sha256-wMUVxhYFZzMUGijyS6sPWxSofqO6qvTt9i2hI+gwlwU=";
16+
hash = "sha256-AUTxaxEOjQL5DplaMvXiFcVUV4aioJ2kUY1douQheGg=";
1717
};
1818

1919
nativeBuildInputs = [

0 commit comments

Comments
 (0)