Unverified Commit ecf0aaa6 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #261340 from r-ryantm/auto-update/python310Packages.sumo

python310Packages.sumo: 2.3.6 -> 2.3.7
parents 5090289f 58c57992
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -18,16 +18,16 @@

buildPythonPackage rec {
  pname = "sumo";
  version = "2.3.6";
  version = "2.3.7";
  format = "setuptools";

  disabled = pythonOlder "3.6";
  disabled = pythonOlder "3.8";

  src = fetchFromGitHub {
    owner = "SMTG-UCL";
    repo = "sumo";
    rev = "refs/tags/v${version}";
    hash = "sha256-HQIs2G2hdKQkQOBs2lijmx/0cI4o/FFJU866PjtrBAE=";
    hash = "sha256-9NHz8SPymD9zANWMeajjavpjw68X4abqhrLl0dn92l0=";
  };

  nativeBuildInputs = [
@@ -58,6 +58,7 @@ buildPythonPackage rec {
  meta = with lib; {
    description = "Toolkit for plotting and analysis of ab initio solid-state calculation data";
    homepage = "https://github.com/SMTG-UCL/sumo";
    changelog = "https://github.com/SMTG-Bham/sumo/releases/tag/v${version}";
    license = licenses.mit;
    maintainers = with maintainers; [ psyanticy ];
  };