Unverified Commit 319c374d authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

python3Packages.staticmap3: 0.1.0 -> 0.2.0 (#502761)

parents 7f2ae3b1 6f514153
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,14 +15,14 @@

buildPythonPackage rec {
  pname = "staticmap3";
  version = "0.1.0";
  version = "0.2.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "SamR1";
    repo = "staticmap";
    tag = "v${version}";
    hash = "sha256-SMy4yxHA9Z3BFW6kX8vC7WfsmuZMNqocJ9+dJB6zwSs=";
    hash = "sha256-SV9D8wYph82IaITXxraC+8YO+taeEc6g/CPjFITzV5Q=";
  };

  build-system = [