Unverified Commit eefc9046 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #282514 from r-ryantm/auto-update/python312Packages.xstatic

python312Packages.xstatic: 1.0.2 -> 1.0.3
parents ceec8c94 65dd0fcc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,11 +5,11 @@

buildPythonPackage rec {
  pname = "XStatic";
  version = "1.0.2";
  version = "1.0.3";

  src = fetchPypi {
    inherit version pname;
    sha256 = "80b78dfe37bce6dee4343d64c65375a80bcf399b46dd47c0c7d56161568a23a8";
    sha256 = "sha256-QCVEzJ4XlIlEEFTwnIB4BOEV6iRpB96HwDVftPWjEmg=";
  };

  # no tests implemented