Commit 3c1d64da authored by R. RyanTM's avatar R. RyanTM
Browse files

python312Packages.pypoint: 3.0.0 -> 3.0.1

parent 88d3f02d
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -8,14 +8,14 @@

buildPythonPackage rec {
  pname = "pypoint";
  version = "3.0.0";
  version = "3.0.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "fredrike";
    repo = "pypoint";
    rev = "v${version}";
    hash = "sha256-Ri+vf/vnjQQ+9eZ1Gzt+v68FAxVGt0IY9S3SpeVem3A=";
    rev = "refs/tags/v${version}";
    hash = "sha256-9z9VcY42uHIksIvDU1Vz+kvXNmrCu08fGB/waQahmyg=";
  };

  build-system = [ setuptools ];