git-repo-updater: 0.5.1 -> 0.5.2
Python was switched to 3.13 as the default and `gitup` started failing with `ModuleNotFoundError: No module named 'pipes'` It was fixed last year upstream but a new release was made just 3 weeks ago https://www.github.com/earwig/git-repo-updater/issues/69
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
{
|
||||
lib,
|
||||
buildPythonApplication,
|
||||
hatchling,
|
||||
colorama,
|
||||
fetchPypi,
|
||||
gitpython,
|
||||
@@ -8,14 +9,15 @@
|
||||
|
||||
buildPythonApplication rec {
|
||||
pname = "gitup";
|
||||
version = "0.5.1";
|
||||
format = "setuptools";
|
||||
version = "0.5.2";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "1pa612rcc94nc461zs9sag9p46sycc214622b06gdn35rmwp0y2g";
|
||||
sha256 = "sha256-51DWPJ9JOMrRdWGaiiL4qzo4VFFeT1rG5yyI6Ej+ZRw=";
|
||||
};
|
||||
|
||||
build-system = [ hatchling ];
|
||||
propagatedBuildInputs = [
|
||||
colorama
|
||||
gitpython
|
||||
|
||||
Reference in New Issue
Block a user