Skip to content

Commit

Permalink
python312Packages.hg-git: 1.1.4 -> 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Feb 13, 2025
1 parent 51c388c commit 4bf0bcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/hg-git/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@

buildPythonPackage rec {
pname = "hg-git";
version = "1.1.4";
version = "1.2.0";
pyproject = true;

disabled = pythonOlder "3.7";

src = fetchPypi {
pname = "hg_git";
inherit version;
hash = "sha256-XF9vAtvUK5yRP4OxZv83/AA2jde5t7za3jqgyuXc5eU=";
hash = "sha256-Pr+rNkqBubVlsQCyqd5mdr8D357FzSd3Kuz5EWeez8M=";
};

build-system = [
Expand Down

0 comments on commit 4bf0bcf

Please sign in to comment.