Unverified Commit a541772c authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

parents 9fdf3ef9 bcaf5a6d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];