Skip to content

Commit

Permalink
python312Packages.manifestoo-core: 1.8.1 -> 1.8.2 (#368472)
Browse files Browse the repository at this point in the history
  • Loading branch information
misuzu authored Dec 29, 2024
2 parents 65b1a03 + 2fefb81 commit 1ed1c80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/manifestoo-core/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@

buildPythonPackage rec {
pname = "manifestoo-core";
version = "1.8.1";
version = "1.8.2";
format = "pyproject";

src = fetchPypi {
inherit version;
pname = "manifestoo_core";
hash = "sha256-aULT5xxkWEndzEBVcpwvWlIXQYxwfF0VxoI6EHC3JAs=";
hash = "sha256-e/kpgGaaQqPI+4WeHXYpVc01t5vexHlmsDuAoGFShEM=";
};

nativeBuildInputs = [ hatch-vcs ];
Expand Down

0 comments on commit 1ed1c80

Please sign in to comment.