3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #133705 from r-ryantm/auto-update/python3.8-WSME

python38Packages.WSME: 0.10.1 -> 0.11.0
This commit is contained in:
Artturi 2021-08-13 17:11:42 +03:00 committed by GitHub
commit 511e5c51a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,13 +22,13 @@
buildPythonPackage rec {
pname = "WSME";
version = "0.10.1";
version = "0.11.0";
disabled = pythonAtLeast "3.9";
src = fetchPypi {
inherit pname version;
sha256 = "34209b623635a905bcdbc654f53ac814d038da65e4c2bc070ea1745021984079";
sha256 = "bd2dfc715bedcc8f4649611bc0c8a238f483dc01cff7102bc1efa6bea207b64b";
};
nativeBuildInputs = [ pbr ];