Merge pull request #228662 from fabaff/axis-bump

python310Packages.axis: 47 -> 48
This commit is contained in:
Nick Cao 2023-04-28 17:52:16 +08:00 committed by GitHub
commit f859f9a41a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "axis";
version = "47";
version = "48";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "Kane610";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-a8YvFX3IcbX4Sm75GzGv7vIyMmSHxwGejyq6nE7foOE=";
hash = "sha256-/Iz1F40Y00bgJUvNrkPGyA8Kkch92Kijeg8TQ8mostM=";
};
propagatedBuildInputs = [