python3Packages.lib50: 3.1.4 -> 3.2.0 (#477242)
This commit is contained in:
@@ -15,14 +15,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "lib50";
|
||||
version = "3.1.4";
|
||||
version = "3.2.0";
|
||||
pyproject = true;
|
||||
|
||||
# latest GitHub release is several years old. Pypi is up to date.
|
||||
src = fetchPypi {
|
||||
pname = "lib50";
|
||||
inherit version;
|
||||
hash = "sha256-/fuiizWAvM1L+shuEnYo0pXwWsLAjDEYUNfb56d/8Y0=";
|
||||
hash = "sha256-C9p5yKFkOGvUCpcZUsWF11frXOusVC9fBj4jUEVQUrg=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
Reference in New Issue
Block a user