tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
0
fork
atom
nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
0
fork
atom
overview
issues
pulls
pipelines
python310Packages.hg-evolve: 11.0.0 -> 11.0.1
R. Ryantm
3 years ago
c45c861d
96f69d88
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
hg-evolve
default.nix
+2
-2
pkgs/development/python-modules/hg-evolve/default.nix
reviewed
···
6
6
7
7
buildPythonPackage rec {
8
8
pname = "hg-evolve";
9
9
-
version = "11.0.0";
9
9
+
version = "11.0.1";
10
10
11
11
src = fetchPypi {
12
12
inherit pname version;
13
13
-
hash = "sha256-7LCsw6LSFB0r2jJt7/3X18jxRhLGsRjWmjllVLxspbU=";
13
13
+
hash = "sha256-gupC35pLQOJgSmXiBp+KxqWuMX3iKSX9xDUtEaB/wFQ=";
14
14
};
15
15
16
16
nativeCheckInputs = [