Merge pull request #139016 from fabaff/bump-fpyutils

python3Packages.fpyutils: 2.0.0 -> 2.0.1
This commit is contained in:
Fabian Affolter 2021-09-23 08:03:35 +02:00 committed by GitHub
commit 74a86d7479
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "fpyutils";
version = "2.0.0";
version = "2.0.1";
disabled = pythonOlder "3.5";
src = fetchFromGitHub {
owner = "frnmst";
repo = pname;
rev = version;
sha256 = "1n15fvd6191ixxsza49fdd8j43hs0agagg8k9v6rc7by1ffqnl2b";
sha256 = "sha256-VYknHuBoU7XWkm6mt8ckBzFLMcYTPW5CXMGdOn3perY=";
};
propagatedBuildInputs = [