python3Packages.python-picnic-api2: 1.3.0 -> 1.3.1 (#413792)

authored by dotlambda and committed by GitHub 13188a62 ae64aca5

+2 -2
+2 -2
pkgs/development/python-modules/python-picnic-api2/default.nix
··· 11 12 buildPythonPackage rec { 13 pname = "python-picnic-api2"; 14 - version = "1.3.0"; 15 pyproject = true; 16 17 src = fetchFromGitHub { 18 owner = "codesalatdev"; 19 repo = "python-picnic-api"; 20 tag = "v${version}"; 21 - hash = "sha256-lr8xlSu5kvkNNEM22Pc+PFGs4re+Ytw2ct97h6ydY04="; 22 }; 23 24 build-system = [ hatchling ];
··· 11 12 buildPythonPackage rec { 13 pname = "python-picnic-api2"; 14 + version = "1.3.1"; 15 pyproject = true; 16 17 src = fetchFromGitHub { 18 owner = "codesalatdev"; 19 repo = "python-picnic-api"; 20 tag = "v${version}"; 21 + hash = "sha256-xa3Ir3OcePFwXemHSR78HhebtCVPObo9oM0h9K1DIQk="; 22 }; 23 24 build-system = [ hatchling ];