File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pkgs/development/python-modules/flow-record Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2020
2121buildPythonPackage rec {
2222 pname = "flow-record" ;
23- version = "3.18 " ;
23+ version = "3.19 " ;
2424 pyproject = true ;
2525
2626 disabled = pythonOlder "3.9" ;
@@ -29,7 +29,7 @@ buildPythonPackage rec {
2929 owner = "fox-it" ;
3030 repo = "flow.record" ;
3131 tag = version ;
32- hash = "sha256-tEKmwDZOoGIXfJqxIat6WTbEv4EkiwkJGMpNxfv2Zd0 =" ;
32+ hash = "sha256-9slOisPr2pW18zurBoJ8AA55fGuBA4QP1tY7YSLiYEM =" ;
3333 } ;
3434
3535 build-system = [
@@ -71,7 +71,7 @@ buildPythonPackage rec {
7171 meta = with lib ; {
7272 description = "Library for defining and creating structured data" ;
7373 homepage = "https://github.com/fox-it/flow.record" ;
74- changelog = "https://github.com/fox-it/flow.record/releases/tag/${ version } " ;
74+ changelog = "https://github.com/fox-it/flow.record/releases/tag/${ src . tag } " ;
7575 license = licenses . agpl3Only ;
7676 maintainers = with maintainers ; [ fab ] ;
7777 } ;
You can’t perform that action at this time.
0 commit comments