Skip to content

Commit 41d5877

Browse files
authored
python312Packages.hg-evolve: 11.1.6 -> 11.1.7.post1 (#381364)
2 parents 944f20a + d08ebe3 commit 41d5877

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/hg-evolve/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77

88
buildPythonPackage rec {
99
pname = "hg-evolve";
10-
version = "11.1.6";
10+
version = "11.1.7.post1";
1111
format = "setuptools";
1212

1313
src = fetchPypi {
1414
inherit pname version;
15-
hash = "sha256-Jun1gZYZXv8nuJBnberK1bcTPTLCDgGGd543OeOEVOs=";
15+
hash = "sha256-2HQ1suTpNhiiMDef470+Lp/tRMvU0vUM0Vq3AEb6i24=";
1616
};
1717

1818
nativeCheckInputs = [ mercurial ];

0 commit comments

Comments
 (0)