mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-01 11:22:58 +00:00
python311Packages.adjusttext: 0.8.1 -> 1.0.4
Diff: https://github.com/Phlya/adjusttext/compare/refs/tags/v0.8.1...v1.0.4 Changelog: https://github.com/Phlya/adjustText/releases/tag/v1.0.4
This commit is contained in:
parent
a201bcf5cf
commit
f143551ad3
@ -11,7 +11,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "adjusttext";
|
||||
version = "0.8.1";
|
||||
version = "1.0.4";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
@ -19,7 +19,7 @@ buildPythonPackage rec {
|
||||
src = fetchFromGitHub {
|
||||
owner = "Phlya";
|
||||
repo = "adjusttext";
|
||||
rev = "refs/tags/${version}";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-Lhl6ykx5ynf+pBub5tBUaALm1w/88jbuSXPigE216NY=";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user