Unverified Commit 6f8977eb authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #305028 from r-ryantm/auto-update/python311Packages.gpsoauth

python311Packages.gpsoauth: 1.0.4 -> 1.1.0
parents ab92f536 862cc79e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,14 +10,14 @@

buildPythonPackage rec {
  pname = "gpsoauth";
  version = "1.0.4";
  version = "1.1.0";
  pyproject = true;

  disabled = pythonOlder "3.8";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-SWYXNYrnzK8P4oK9f7bmOiVdWUQHp8WvhNzIS7Y0msg=";
    hash = "sha256-BA+2aFxpFpi6cWGl4yepba7s7BmZ1ijvSBhtS23v3QM=";
  };

  nativeBuildInputs = [