Skip to content

Commit 2a6c261

Browse files
authored
python3Packages.hg-evolve: 11.1.9 -> 11.1.10 (NixOS#466132)
2 parents dac2873 + 6606238 commit 2a6c261

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
@@ -8,13 +8,13 @@
88

99
buildPythonPackage rec {
1010
pname = "hg-evolve";
11-
version = "11.1.9";
11+
version = "11.1.10";
1212
pyproject = true;
1313

1414
src = fetchPypi {
1515
pname = "hg_evolve";
1616
inherit version;
17-
hash = "sha256-sypSfUqXQkmDSITJq/XHH82EGNIMvjgocc+3mLK+n0A=";
17+
hash = "sha256-ccFq7sASkOkFJ4Or5dhZpfKR0FdZAmbziDfK3FGcaYM=";
1818
};
1919

2020
build-system = [ setuptools ];

0 commit comments

Comments
 (0)