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

This commit is contained in:
R. Ryantm
2025-05-08 14:48:58 +00:00
parent 6724b0bfcb
commit 7ec9257dcc
@@ -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 ];