mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-12 02:40:31 +08:00
python3Packages.qt-material: 2.14 -> 2.17
This commit was automatically generated using update-python-libraries.
(cherry picked from commit 7b21af5aba)
This commit is contained in:
committed by
Michael Daniels
parent
ef80e28a77
commit
aaa14e7725
@@ -7,12 +7,12 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "qt-material";
|
||||
version = "2.14";
|
||||
version = "2.17";
|
||||
format = "setuptools";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-tdu1relyF8964za7fAR8kL6zncfyBIpJjJFq1fL3riM=";
|
||||
hash = "sha256-tQCgwfXvj0aozwN9GqW9+epOthgYC2MyU5373QZHrQ0=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ jinja2 ];
|
||||
|
||||
Reference in New Issue
Block a user