Commit 66c6e46e authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.normality: 3.0.2 -> 3.1.0

parent 86cf58e3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,14 +12,14 @@

buildPythonPackage (finalAttrs: {
  pname = "normality";
  version = "3.0.2";
  version = "3.1.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "pudo";
    repo = "normality";
    tag = finalAttrs.version;
    hash = "sha256-X8ssSURC3NiQ1uf2qv1PgCBIYQnmoYVKPn5YPdJG71o=";
    hash = "sha256-A3uaGAa3SQSNM73h/OlwvMc5FKbZvdsE6S07C/sEbSc=";
  };

  build-system = [ hatchling ];