Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

python312Packages.flipr-api: 1.6.0 -> 1.6.1

Diff: https://github.com/cnico/flipr-api/compare/refs/tags/1.6.0...1.6.1

Changelog: https://github.com/cnico/flipr-api/releases/tag/1.6.1

+2 -2
+2 -2
pkgs/development/python-modules/flipr-api/default.nix
··· 13 14 buildPythonPackage rec { 15 pname = "flipr-api"; 16 - version = "1.6.0"; 17 pyproject = true; 18 19 disabled = pythonOlder "3.9"; ··· 22 owner = "cnico"; 23 repo = "flipr-api"; 24 rev = "refs/tags/${version}"; 25 - hash = "sha256-sFCeWfu5rwImIizzik9RzfCWaEHiqhsQrapfuCXHr+4="; 26 }; 27 28 build-system = [ poetry-core ];
··· 13 14 buildPythonPackage rec { 15 pname = "flipr-api"; 16 + version = "1.6.1"; 17 pyproject = true; 18 19 disabled = pythonOlder "3.9"; ··· 22 owner = "cnico"; 23 repo = "flipr-api"; 24 rev = "refs/tags/${version}"; 25 + hash = "sha256-/px8NuBwukAPMxdXvHdyfO/j/a9UatKbdrjDNuT0f4k="; 26 }; 27 28 build-system = [ poetry-core ];