wlc: 1.13 -> 1.14
This commit is contained in:
parent
e3474e1d1e
commit
13e4fa8d08
1 changed files with 2 additions and 2 deletions
|
@ -7,11 +7,11 @@ with python3.pkgs;
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "wlc";
|
||||
version = "1.13";
|
||||
version = "1.14";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "sha256-MZ6avuMNT5HIIXW7ezukAJeO70o+SrgJnBnGjNy4tYE=";
|
||||
sha256 = "sha256-QMF41B6a2jMSdhjeFoRQq+K1YJAEz96msHLzX6wVqSc=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue