Skip to content

Commit

Permalink
python312Packages.manifestoo-core: 1.8 -> 1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Oct 5, 2024
1 parent d786d01 commit 54d880f
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";
version = "1.8.1";
format = "pyproject";

src = fetchPypi {
inherit version;
pname = "manifestoo_core";
hash = "sha256-AjvwG9j2TILslTR4GwK6eHfql4l7I+QIwUd6XQ2ojmg=";
hash = "sha256-aULT5xxkWEndzEBVcpwvWlIXQYxwfF0VxoI6EHC3JAs=";
};

nativeBuildInputs = [ hatch-vcs ];
Expand Down

0 comments on commit 54d880f

Please sign in to comment.