Unverified Commit 10c51590 authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

python312Packages.nemosis: 3.8.0 -> 3.8.1 (#387973)

parents 7ace4543 ed09b84f
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
  lib,
  buildPythonPackage,
  fetchFromGitHub,
  setuptools,
  hatchling,
  requests,
  beautifulsoup4,
  feather-format,
@@ -15,17 +15,17 @@

buildPythonPackage rec {
  pname = "nemosis";
  version = "3.8.0";
  version = "3.8.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "UNSW-CEEM";
    repo = "NEMOSIS";
    tag = "v${version}";
    hash = "sha256-vvDASzZvcDx36PnfbAvBi4mlIjBQJFVWv43V2LzGd9g=";
    hash = "sha256-4Bb9yZUfwkFQVNSVGtg3APXPovos23oHAx4v+6aa7MM=";
  };

  build-system = [ setuptools ];
  build-system = [ hatchling ];
  dependencies = [
    beautifulsoup4
    feather-format