python3Packages.pyrituals: 0.0.3 -> 0.0.4

This commit is contained in:
Fabian Affolter 2021-06-27 17:00:39 +02:00
parent e34f40b92b
commit 3b9daa6828

View file

@ -7,7 +7,7 @@
buildPythonPackage rec {
pname = "pyrituals";
version = "0.0.3";
version = "0.0.4";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -15,7 +15,7 @@ buildPythonPackage rec {
owner = "milanmeu";
repo = pname;
rev = version;
sha256 = "sha256-oAxQRGP6GxiidnGshSJZEh2RD3XsZ/7kFGwcqaYaBnM=";
sha256 = "sha256-XJoSKGGwLoHMWxPGfXHeLg8VlIH1/j0ktzWe/pjd//0=";
};
propagatedBuildInputs = [ aiohttp ];