Loading pkgs/development/python-modules/plopp/default.nix +9 −1 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ lib, buildPythonPackage, fetchFromGitHub, fetchpatch, # build-system setuptools, Loading Loading @@ -35,7 +36,7 @@ buildPythonPackage rec { pname = "plopp"; version = "25.06.0"; version = "25.07.0"; pyproject = true; src = fetchFromGitHub { Loading @@ -44,6 +45,13 @@ buildPythonPackage rec { tag = version; hash = "sha256-SwF0bUU/DAAJ5+0WvZgwqEw6IoaqdbKj0GkCgffGclA="; }; patches = [ # https://github.com/scipp/plopp/issues/472 (fetchpatch { url = "https://github.com/scipp/plopp/commit/7af8cbee85796005f2fea79171ae44aba9a8cfc7.patch"; hash = "sha256-uyCV/2tSvcnnw+ak6fT99ru+UrTZXsS3b4YGeXVykAY="; }) ]; build-system = [ setuptools Loading Loading
pkgs/development/python-modules/plopp/default.nix +9 −1 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ lib, buildPythonPackage, fetchFromGitHub, fetchpatch, # build-system setuptools, Loading Loading @@ -35,7 +36,7 @@ buildPythonPackage rec { pname = "plopp"; version = "25.06.0"; version = "25.07.0"; pyproject = true; src = fetchFromGitHub { Loading @@ -44,6 +45,13 @@ buildPythonPackage rec { tag = version; hash = "sha256-SwF0bUU/DAAJ5+0WvZgwqEw6IoaqdbKj0GkCgffGclA="; }; patches = [ # https://github.com/scipp/plopp/issues/472 (fetchpatch { url = "https://github.com/scipp/plopp/commit/7af8cbee85796005f2fea79171ae44aba9a8cfc7.patch"; hash = "sha256-uyCV/2tSvcnnw+ak6fT99ru+UrTZXsS3b4YGeXVykAY="; }) ]; build-system = [ setuptools Loading