Loading pkgs/development/python-modules/cffconvert/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -14,14 +14,14 @@ buildPythonPackage rec { pname = "cffconvert"; version = "2.0.0-unstable-2024-02-12"; version = "2.0.0-unstable-2024-04-19"; pyproject = true; src = fetchFromGitHub { owner = "citation-file-format"; repo = "cffconvert"; rev = "5295f87c0e261da61a7b919fc754e3a77edd98a7"; hash = "sha256-/2qhWVNylrqPSf1KmuZQahzq+YH860cohVSfJsDm1BE="; rev = "b6045d78aac9e02b039703b030588d54d53262ac"; hash = "sha256-zgH9q/Jj/AFoTqi9GJQognngIKtzPvYSWJWVsBdL6xg="; }; build-system = [ setuptools ]; Loading Loading
pkgs/development/python-modules/cffconvert/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -14,14 +14,14 @@ buildPythonPackage rec { pname = "cffconvert"; version = "2.0.0-unstable-2024-02-12"; version = "2.0.0-unstable-2024-04-19"; pyproject = true; src = fetchFromGitHub { owner = "citation-file-format"; repo = "cffconvert"; rev = "5295f87c0e261da61a7b919fc754e3a77edd98a7"; hash = "sha256-/2qhWVNylrqPSf1KmuZQahzq+YH860cohVSfJsDm1BE="; rev = "b6045d78aac9e02b039703b030588d54d53262ac"; hash = "sha256-zgH9q/Jj/AFoTqi9GJQognngIKtzPvYSWJWVsBdL6xg="; }; build-system = [ setuptools ]; Loading