Commit 7ec9257d authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.python-picnic-api2: 1.2.4 -> 1.3.0

parent 6724b0bf
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,14 +11,14 @@

buildPythonPackage rec {
  pname = "python-picnic-api2";
  version = "1.2.4";
  version = "1.3.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "codesalatdev";
    repo = "python-picnic-api";
    tag = "v${version}";
    hash = "sha256-vlb53f+k+oX9ycyTe/63u0qoqIn8kHKtCehl82Ks9wY=";
    hash = "sha256-lr8xlSu5kvkNNEM22Pc+PFGs4re+Ytw2ct97h6ydY04=";
  };

  build-system = [ hatchling ];