mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
python3Packages.wsme: 0.12.1 -> 0.13.0
https://pythonhosted.org/WSME/changes.html This commit was automatically generated using update-python-libraries.
This commit is contained in:
@@ -19,13 +19,13 @@
|
||||
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "wsme";
|
||||
version = "0.12.1";
|
||||
version = "0.13.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchPypi {
|
||||
pname = "WSME";
|
||||
inherit (finalAttrs) version;
|
||||
hash = "sha256-m36yJErzxwSskUte0iGVS7aK3QqLKy84okSwZ7M3mS0=";
|
||||
hash = "sha256-W/MgEO2UPs+z8IeVpGAuJoPfXV6ozHHq8evj9EnzmDM=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
Reference in New Issue
Block a user