Skip to content

Commit 2fcdec6

Browse files
authored
python312Packages.dsmr-parser: 1.4.2 -> 1.4.3 (#381694)
2 parents 5064ac9 + c97c813 commit 2fcdec6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/development/python-modules/dsmr-parser/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
buildPythonPackage rec {
1717
pname = "dsmr-parser";
18-
version = "1.4.2";
18+
version = "1.4.3";
1919
pyproject = true;
2020

2121
disabled = pythonOlder "3.8";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
2424
owner = "ndokter";
2525
repo = "dsmr_parser";
2626
tag = "v${version}";
27-
hash = "sha256-NfleByW9MF7FS4n/cMv297382LucP6Z629CuA6chm20=";
27+
hash = "sha256-jBrcliN63isFKMqgaFIAPP/ALDdtL/O9mCN8Va+g+NE=";
2828
};
2929

3030
pythonRelaxDeps = [ "dlms_cosem" ];
@@ -48,7 +48,7 @@ buildPythonPackage rec {
4848
meta = with lib; {
4949
description = "Python module to parse Dutch Smart Meter Requirements (DSMR)";
5050
homepage = "https://github.com/ndokter/dsmr_parser";
51-
changelog = "https://github.com/ndokter/dsmr_parser/releases/tag/v${version}";
51+
changelog = "https://github.com/ndokter/dsmr_parser/releases/tag/${src.tag}";
5252
license = with licenses; [ mit ];
5353
maintainers = with maintainers; [ fab ];
5454
mainProgram = "dsmr_console";

0 commit comments

Comments
 (0)