Skip to content

Commit

Permalink
Revert "python3Packages.afdko: 3.9.0 -> 3.9.1"
Browse files Browse the repository at this point in the history
This reverts commit 246216e.

3.9.1 does not compile due to patch collision:

       > applying patch /nix/store/sickncxw0s730j6gfrnlsi5ndgysi6la-libxml2-cmake-find-package.patch
       > patching file CMakeLists.txt
       > Hunk #1 FAILED at 42.

Fixing it is not trivial as upstream started bundling libxml2:
  #182941 (comment)

Let's revert the update for now.
  • Loading branch information
trofi authored and sternenseemann committed Sep 24, 2022
1 parent ef833a6 commit eb0fa0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/afdko/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@

buildPythonPackage rec {
pname = "afdko";
version = "3.9.1";
version = "3.9.0";

disabled = pythonOlder "3.7";

src = fetchPypi {
inherit pname version;
sha256 = "sha256-AtRNaZzn9BoNIjvKhS7rsYVfHw26JKKUFqO/6TcBIkw=";
sha256 = "1fjsaz6bp028fbmry6fzfcih78mdzycqmky1wsz5y0bg4kfk4shh";
};

format = "pyproject";
Expand Down

0 comments on commit eb0fa0c

Please sign in to comment.