mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-14 15:36:47 +03:00
python312Packages.xstatic: 1.0.2 -> 1.0.3
This commit is contained in:
parent
b19afc891f
commit
65dd0fcc22
@ -5,11 +5,11 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "XStatic";
|
pname = "XStatic";
|
||||||
version = "1.0.2";
|
version = "1.0.3";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit version pname;
|
inherit version pname;
|
||||||
sha256 = "80b78dfe37bce6dee4343d64c65375a80bcf399b46dd47c0c7d56161568a23a8";
|
sha256 = "sha256-QCVEzJ4XlIlEEFTwnIB4BOEV6iRpB96HwDVftPWjEmg=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# no tests implemented
|
# no tests implemented
|
||||||
|
Loading…
Reference in New Issue
Block a user