python3Packages.awesomeversion: 21.5.0 -> 21.6.0

This commit is contained in:
Fabian Affolter 2021-06-13 10:18:03 +02:00
parent 181d764372
commit 017b2d7176

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 = ''