Skip to content

Commit

Permalink
python310Packages.pysvn: 1.9.18 -> 1.9.20
Browse files Browse the repository at this point in the history
  • Loading branch information
dotlambda committed Jan 22, 2023
1 parent feb2240 commit ad460ca
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions pkgs/development/python-modules/pysvn/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@

buildPythonPackage rec {
pname = "pysvn";
version = "1.9.18";
version = "1.9.20";
format = "other";

src = fetchurl {
url = "https://pysvn.barrys-emacs.org/source_kits/${pname}-${version}.tar.gz";
hash = "sha256-lUPsNumMYwZoiR1Gt/hqdLLoHOZybRxwvu9+eU1CY78=";
url = "mirror://sourceforge/project/pysvn/pysvn/V${version}/pysvn-${version}.tar.gz";
hash = "sha256-LbAz+KjEY3nkSJAzJNwlnSRYoWr4i1ITRUPV3ZBH7cc=";
};

patches = [
Expand Down Expand Up @@ -62,8 +62,7 @@ buildPythonPackage rec {
runHook postCheck
'';

# FIXME https://github.com/NixOS/nixpkgs/issues/175227
# pythonImportsCheck = [ "pysvn" ];
pythonImportsCheck = [ "pysvn" ];

installPhase = ''
dest=$(toPythonPath $out)/pysvn
Expand Down

0 comments on commit ad460ca

Please sign in to comment.