File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pkgs/development/python-modules/wadler-lindig Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1313
1414buildPythonPackage rec {
1515 pname = "wadler-lindig" ;
16- version = "0.1.5 " ;
16+ version = "0.1.6 " ;
1717 pyproject = true ;
1818
1919 src = fetchFromGitHub {
2020 owner = "patrick-kidger" ;
2121 repo = "wadler_lindig" ;
2222 tag = "v${ version } " ;
23- hash = "sha256-owqtKooc7b7RRJglDC5K5M88pxAepHRr+lZCsOOzw7E =" ;
23+ hash = "sha256-EO47eYZk3Hr4328liDmRfCbwi5NDJ4V9NUzk3bpY9IM =" ;
2424 } ;
2525
2626 build-system = [
@@ -39,7 +39,7 @@ buildPythonPackage rec {
3939 meta = {
4040 description = "Wadler--Lindig pretty printer for Python" ;
4141 homepage = "https://github.com/patrick-kidger/wadler_lindig" ;
42- changelog = "https://github.com/patrick-kidger/wadler_lindig/releases/tag/v ${ version } " ;
42+ changelog = "https://github.com/patrick-kidger/wadler_lindig/releases/tag/${ src . tag } " ;
4343 license = lib . licenses . asl20 ;
4444 maintainers = with lib . maintainers ; [ GaetanLepage ] ;
4545 } ;
You can’t perform that action at this time.
0 commit comments