Unverified Commit 900abdbb authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

python3Packages.lunatone-rest-api-client: 0.5.3 -> 0.5.7 (#460778)

parents 6ee6f605 f1da8b16
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,14 +12,14 @@

buildPythonPackage rec {
  pname = "lunatone-rest-api-client";
  version = "0.5.3";
  version = "0.5.7";
  pyproject = true;

  src = fetchFromGitLab {
    owner = "lunatone-public";
    repo = "lunatone-rest-api-client";
    tag = "v${version}";
    hash = "sha256-pxoD4EAyBmNmTXrhXa+zpnkwrsC+9mervbXzgptSFVo=";
    hash = "sha256-uWve5TMBwav3FdEoPBGS2x6h+2pIIRn6dd8BwRU1Kxo=";
  };

  build-system = [ hatchling ];