Merge pull request #126733 from fabaff/bump-awesomeversion

python3Packages.awesomeversion: 21.5.0 -> 21.6.0
This commit is contained in:
Fabian Affolter 2021-06-14 12:29:35 +02:00 committed by GitHub
commit 8e3e137e24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "awesomeversion";
version = "21.5.0";
version = "21.6.0";
disabled = pythonOlder "3.8";
src = fetchFromGitHub {
owner = "ludeeus";
repo = pname;
rev = version;
sha256 = "sha256-0EOGWJZyvcRJyOqkcISvjL7o6lIaCwMKLftshsQCR6E=";
sha256 = "sha256-TODlLaj3bcNVHrly614oKe2OkhmowsJojpR7apUIojc=";
};
postPatch = ''