mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-12 18:57:25 +00:00
Merge pull request #256897 from r-ryantm/auto-update/python310Packages.jupytext
python310Packages.jupytext: 1.15.1 -> 1.15.2
This commit is contained in:
commit
647a8a5b57
@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "jupytext";
|
pname = "jupytext";
|
||||||
version = "1.15.1";
|
version = "1.15.2";
|
||||||
format = "pyproject";
|
format = "pyproject";
|
||||||
|
|
||||||
disabled = pythonOlder "3.6";
|
disabled = pythonOlder "3.6";
|
||||||
@ -30,7 +30,7 @@ buildPythonPackage rec {
|
|||||||
owner = "mwouts";
|
owner = "mwouts";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-XGjAPeMtg2Epu85JiqQPyZJVez5Z8uA+E40SFcZM7WY=";
|
hash = "sha256-GvMoz2BsYWk0atrT3xmSnbV7AuO5RJoM/bOJlZ5YIn4=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Follow https://github.com/mwouts/jupytext/pull/1119 to see if the patch
|
# Follow https://github.com/mwouts/jupytext/pull/1119 to see if the patch
|
||||||
|
Loading…
Reference in New Issue
Block a user