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

Merge pull request #303780 from r-ryantm/auto-update/python311Packages.hg-evolve

python311Packages.hg-evolve: 11.1.2 -> 11.1.3
parents b418dc8a 58c5e326
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,12 +6,12 @@

buildPythonPackage rec {
  pname = "hg-evolve";
  version = "11.1.2";
  version = "11.1.3";
  format = "setuptools";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-ug+T1sRSB+J5FyqzdTR7xZtvybhdzBZYI7g4rX14DHo=";
    hash = "sha256-WUPOok/tpZJSookzCIEHRKAlTzeZ6RJY0IiclgQUOs8=";
  };

  nativeCheckInputs = [