Commit b28642d7 authored by Doron Behar's avatar Doron Behar
Browse files
parent 4a3d3899
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -5,8 +5,8 @@
  pythonOlder,

  # build-system
  setuptools,
  setuptools-scm,
  hatchling,
  hatch-vcs,

  # dependencies
  flexcache,
@@ -26,7 +26,7 @@

buildPythonPackage rec {
  pname = "pint";
  version = "0.24.4";
  version = "0.25.2";
  pyproject = true;

  disabled = pythonOlder "3.9";
@@ -35,12 +35,12 @@ buildPythonPackage rec {
    owner = "hgrecco";
    repo = "pint";
    tag = version;
    hash = "sha256-Pr+BRLj6BjEDwKJ24qxmfiJswpgQJDumAx3rT6tQHSY=";
    hash = "sha256-Ushg7e920TTW7AYXg5C076Bl/yWPLO+H8I3Ytlc7OKc=";
  };

  build-system = [
    setuptools
    setuptools-scm
    hatchling
    hatch-vcs
  ];

  dependencies = [