python3Packages.python-picnic-api2: 1.3.2 -> 1.3.4

This commit is contained in:
R. Ryantm
2026-03-10 13:53:27 +00:00
parent 5e88cffa98
commit 75e6fc6f3f
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "python-picnic-api2";
version = "1.3.2";
version = "1.3.4";
pyproject = true;
src = fetchFromGitHub {
owner = "codesalatdev";
repo = "python-picnic-api";
tag = "v${version}";
hash = "sha256-GFxs2ZjyGADMG8YWtpy+sAZClLOYt70KtEp5MCgY+7I=";
hash = "sha256-ytzzGr/z0jrsudtCBrcvGITo4DxxC8JCmSmQ8ybeomM=";
};
build-system = [ hatchling ];