python3Packages.columnize: 0.3.11 -> 3.11
https://github.com/rocky/pycolumnize/blob/3.11/ChangeLog This commit was automatically generated using update-python-libraries.
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "columnize";
|
||||
version = "0.3.11";
|
||||
version = "3.11";
|
||||
pyproject = true;
|
||||
|
||||
# 3.11 is the git tag for the 0.3.11 version
|
||||
@@ -17,7 +17,7 @@ buildPythonPackage rec {
|
||||
src = fetchFromGitHub {
|
||||
owner = "rocky";
|
||||
repo = "pycolumnize";
|
||||
tag = "3.11";
|
||||
tag = version;
|
||||
hash = "sha256-YJEIujoRpLvUM4H4CB1nEJaYStFOSVKIGzchnptlt7M=";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user