python3Packages.python-pooldose: 0.8.0 -> 0.8.1
Diff: https://github.com/lmaertin/python-pooldose/compare/0.8.0...0.8.1 Changelog: https://github.com/lmaertin/python-pooldose/blob/0.8.1/CHANGELOG.md
This commit is contained in:
committed by
Martin Weinelt
parent
b1bfa1bf79
commit
9fe3cde8c5
@@ -12,20 +12,16 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "python-pooldose";
|
||||
version = "0.8.0";
|
||||
version = "0.8.1";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "lmaertin";
|
||||
repo = "python-pooldose";
|
||||
tag = version;
|
||||
hash = "sha256-zOl+c/bJmCH3ZUKcZDbRhnfctiQoq6z+C6LGHN6Jrhc=";
|
||||
hash = "sha256-NhUl9wFUuMhkarswVSM4I98rkCFV/iPYoq49Hl59i00=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
rm -r src/pooldose/values/__pycache__
|
||||
'';
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
dependencies = [
|
||||
|
||||
Reference in New Issue
Block a user