Unverified Commit 8c7486a3 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #226642 from r-ryantm/auto-update/python310Packages.monty

python310Packages.monty: 2022.9.9 -> 2023.4.10
parents 87f606e6 9a4f0d77
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@

buildPythonPackage rec {
  pname = "monty";
  version = "2022.9.9";
  version = "2023.4.10";
  format = "setuptools";

  disabled = pythonOlder "3.7";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
    owner = "materialsvirtuallab";
    repo = pname;
    rev = "refs/tags/v${version}";
    hash = "sha256-7ToNiRSWxe9nNcaWWmS6bhVqWMEwXN4uiwtjAmuK5qw=";
    hash = "sha256-9of56ErJ03hU+KqxUjR4IiyU4XLJoothSwODlzSWv9Y=";
  };

  postPatch = ''