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

python312Packages.pynmeagps: 1.0.39 -> 1.0.41 (#342095)

parents 2faf1ebf 1f01aa70
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@

buildPythonPackage rec {
  pname = "pynmeagps";
  version = "1.0.39";
  version = "1.0.41";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
    owner = "semuconsulting";
    repo = "pynmeagps";
    rev = "refs/tags/v${version}";
    hash = "sha256-aBNvrqGDCUOn3wiTwqmanUQzBuiPNDSguZhlznYXUkY=";
    hash = "sha256-c80OACBwohlTBGvBZValv+AMOKLd32PrPf/JzqETjDU=";
  };

  postPatch = ''