Skip to content

Commit

Permalink
python311Packages.hg-evolve: 11.1.2 -> 11.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Apr 13, 2024
1 parent 76e0e59 commit 58c5e32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/hg-evolve/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@

buildPythonPackage rec {
pname = "hg-evolve";
version = "11.1.2";
version = "11.1.3";
format = "setuptools";

src = fetchPypi {
inherit pname version;
hash = "sha256-ug+T1sRSB+J5FyqzdTR7xZtvybhdzBZYI7g4rX14DHo=";
hash = "sha256-WUPOok/tpZJSookzCIEHRKAlTzeZ6RJY0IiclgQUOs8=";
};

nativeCheckInputs = [
Expand Down

0 comments on commit 58c5e32

Please sign in to comment.