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

python311Packages.dramatiq: 1.15.0 -> 1.16.0
This commit is contained in:
Nick Cao 2024-01-26 09:42:55 -05:00 committed by GitHub
commit 02c5a9319f
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.15.0";
version = "1.16.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "Bogdanp";
repo = "dramatiq";
rev = "refs/tags/v${version}";
hash = "sha256-uhradhLIyfHf1meAr7ChuGnvm62mX/lkQQ2Pe7hBWtY=";
hash = "sha256-gC1vWnG3zDuFT61i2VgDrP/qIwmGN5GkGv6EVxqUf4U=";
};
propagatedBuildInputs = [