Merge pull request #243014 from doronbehar/pkg/pylion
python3.pkgs.pylion: init at 0.5.3
This commit is contained in:
commit
1941c7d8f1
1 changed files with 3 additions and 3 deletions
|
@ -11,15 +11,15 @@
|
|||
|
||||
buildPythonPackage {
|
||||
pname = "pylion";
|
||||
version = "0.5.2";
|
||||
version = "0.5.3";
|
||||
format = "setuptools";
|
||||
|
||||
src = fetchFromBitbucket {
|
||||
owner = "dtrypogeorgos";
|
||||
repo = "pylion";
|
||||
# Version is set in setup.cfg, but not in a git tag / bitbucket release
|
||||
rev = "8945a7b6f1912ae6b9c705f8a2bd521101f5ba59";
|
||||
hash = "sha256-4AdJkoQ1hAssDUpgmARGmN+ihQqRPPOncWJ5ErQyWII=";
|
||||
rev = "3e6b96b542b97107c622d66b0be0551c3bd9f948";
|
||||
hash = "sha256-c0UOv2Vlv9wJ6YW+QdHinhpdaclUh3As5TDvyoRhpSI=";
|
||||
};
|
||||
|
||||
# Docs are not available online, besides the article:
|
||||
|
|
Loading…
Reference in a new issue