Commit 377fc986 authored by R. RyanTM's avatar R. RyanTM
Browse files

python310Packages.ismartgate: 4.0.4 -> 5.0.0

parent 95ed1ad7
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@

buildPythonPackage rec {
  pname = "ismartgate";
  version = "4.0.4";
  version = "5.0.0";
  format = "setuptools";

  disabled = pythonOlder "3.7";
@@ -25,8 +25,8 @@ buildPythonPackage rec {
  src = fetchFromGitHub {
    owner = "bdraco";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-yh7gPyy3VMdyINBCZo5K2wA0BY7yYgHrKGZRB/pm77U=";
    rev = "refs/tags/v${version}";
    hash = "sha256-o2yzMxrF0WB6MbeL1Tuf0Sq4wS4FDIWZZx1x2rvwLmY=";
  };

  propagatedBuildInputs = [