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

python312Packages.equinox: 0.11.7 -> 0.11.8 (#349740)

parents d4a2898c c25de294
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -21,14 +21,14 @@

buildPythonPackage rec {
  pname = "equinox";
  version = "0.11.7";
  version = "0.11.8";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "patrick-kidger";
    repo = "equinox";
    rev = "refs/tags/v${version}";
    hash = "sha256-0waIpsVWoABtf4M0IOie9nJDk+e75ArTVmGqYg9AlnI=";
    hash = "sha256-lZb2NobSELz8kviPd4Z8PPEEaydaEC5Z6eb9pzC7Ki8=";
  };

  build-system = [ hatchling ];