Merge pull request #311913 from r-ryantm/auto-update/python311Packages.dramatiq

python311Packages.dramatiq: 1.16.0 -> 1.17.0
This commit is contained in:
Aleksana 2024-05-16 20:18:56 +08:00 committed by GitHub
commit f938463dee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "dramatiq";
version = "1.16.0";
version = "1.17.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "Bogdanp";
repo = "dramatiq";
rev = "refs/tags/v${version}";
hash = "sha256-gC1vWnG3zDuFT61i2VgDrP/qIwmGN5GkGv6EVxqUf4U=";
hash = "sha256-xKHTBo2AirxDXe/CLSqo++3AgxP4pVkGTNdgS5CCZ3c=";
};
propagatedBuildInputs = [