python311Packages.agate: 1.7.1 -> 1.9.1 (#280993)

This also fixes a test failure.
This commit is contained in:
Andrew Marshall 2024-01-15 03:23:29 -05:00 committed by GitHub
parent 63bbfb2ff9
commit 9b8cffeb6b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "agate";
version = "1.7.1";
version = "1.9.1";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "wireservice";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-7Ew9bgeheymCL8xXSW5li0LdFvGYb/7gPxmC4w6tHvM=";
hash = "sha256-I7jvZA/m06kUuUcfglySaroDbJ5wbgiF2lb84EFPmpw=";
};
propagatedBuildInputs = [