python312Packages.psrpcore: 0.3.0 -> 0.3.1 (#355305)

This commit is contained in:
Nick Cao
2024-11-12 11:01:31 -05:00
committed by GitHub
@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "psrpcore";
version = "0.3.0";
version = "0.3.1";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "jborean93";
repo = "psrpcore";
rev = "refs/tags/v${version}";
hash = "sha256-YThumRHMOTyhP6/EmNEew47v/X4Y1aYg1nvgZJz2XUg=";
hash = "sha256-svfqTOKKFKMphIPnvXfAbPZrp1GTV2D+33I0Rajfv1Y=";
};
build-system = [ setuptools ];