mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
python3Packages.lib50: 3.2.1 -> 3.2.2
This commit was automatically generated using update-python-libraries.
This commit is contained in:
@@ -15,14 +15,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "lib50";
|
||||
version = "3.2.1";
|
||||
version = "3.2.2";
|
||||
pyproject = true;
|
||||
|
||||
# latest GitHub release is several years old. Pypi is up to date.
|
||||
src = fetchPypi {
|
||||
pname = "lib50";
|
||||
inherit version;
|
||||
hash = "sha256-p+g7rMxrpfMVmeWfzy9wh//dhF0L5H922dkqyqlWolM=";
|
||||
hash = "sha256-0An1J09FajPj6PPCmfegdi1qVi0SrNytBEZX1hL+8jY=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
Reference in New Issue
Block a user