mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-02 03:43:06 +00:00
pythonPackages.Yapsy: 1.11.223 -> 1.12.0 and enable tests (#51925)
This commit is contained in:
parent
47f008676f
commit
2232135cf9
@ -5,15 +5,13 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "Yapsy";
|
pname = "Yapsy";
|
||||||
version = "1.11.223";
|
version = "1.12.0";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "19pjsnqizswnczhlav4lb7zlzs0n73ijrsgksy4374b14jkkkfs5";
|
sha256 = "0g1yd8nvhfdasckb929rijmj040x25ycns2b3l5wq53gm4lv537h";
|
||||||
};
|
};
|
||||||
|
|
||||||
doCheck = false;
|
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://yapsy.sourceforge.net/;
|
homepage = http://yapsy.sourceforge.net/;
|
||||||
description = "Yet another plugin system";
|
description = "Yet another plugin system";
|
||||||
|
Loading…
Reference in New Issue
Block a user