Skip to content

Commit

Permalink
python310Packages.hepunits: 2.3.2 -> 2.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 9, 2024
1 parent bc85b73 commit 9a3f06c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/hepunits/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@

buildPythonPackage rec {
pname = "hepunits";
version = "2.3.2";
version = "2.3.3";
format = "pyproject";

src = fetchPypi {
inherit pname version;
hash = "sha256-ijNm+l1ywWrxFm7Vec2qge3SZ2rLj2of59opDO/KOwg=";
hash = "sha256-Z9fMd81U1ytpwmpo5e+teEK29o+ovGJ7uQ5BF3q+aUU=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 9a3f06c

Please sign in to comment.