Commit aab74934 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python312Packages.pycognito: 2024.2.0 -> 2024.5.1

parent 3ff8c332
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@

buildPythonPackage rec {
  pname = "pycognito";
  version = "2024.2.0";
  version = "2024.5.1";
  format = "setuptools";
  disabled = isPy27;

@@ -23,7 +23,7 @@ buildPythonPackage rec {
    owner = "pvizeli";
    repo = pname;
    rev = "refs/tags/${version}";
    hash = "sha256-VYko5KcJvnhPUceTll2BBJWb88SYnSL7S3mZ7XSLPSQ=";
    hash = "sha256-U23fFLru4j6GnWMcYtsCW9BVJkVcCoefPH6oMijYGew=";
  };

  propagatedBuildInputs = [