File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pkgs/development/python-modules/dsmr-parser Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1515
1616buildPythonPackage 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" ;
You can’t perform that action at this time.
0 commit comments