File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
pkgs/development/python-modules/plotnine Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2222
2323buildPythonPackage rec {
2424 pname = "plotnine" ;
25- version = "0.14.3 " ;
25+ version = "0.14.4 " ;
2626 pyproject = true ;
2727
2828 src = fetchFromGitHub {
2929 owner = "has2k1" ;
3030 repo = "plotnine" ;
31- rev = "refs/tags/ v${ version } " ;
32- hash = "sha256-hGgPW40PEkOV1Z7gaqHtbx1ybdtEFYyz8fYUBMZchmU =" ;
31+ tag = "v${ version } " ;
32+ hash = "sha256-pNbnbzmY3WMCfmuvaVa0JRuyadlvnVCIx5jtni/VcVI =" ;
3333 } ;
3434
3535 postPatch = ''
@@ -111,7 +111,7 @@ buildPythonPackage rec {
111111 meta = {
112112 description = "Grammar of graphics for Python" ;
113113 homepage = "https://plotnine.readthedocs.io/" ;
114- changelog = "https://github.com/has2k1/plotnine/releases/tag/v ${ version } " ;
114+ changelog = "https://github.com/has2k1/plotnine/releases/tag/${ src . tag } " ;
115115 license = lib . licenses . mit ;
116116 maintainers = with lib . maintainers ; [ onny ] ;
117117 } ;
You can’t perform that action at this time.
0 commit comments