mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-10-31 22:51:22 +00:00
pythonPackages.substanced: correct sha256
This commit is contained in:
parent
d7d3c8fd82
commit
58f520601c
@ -1851,7 +1851,7 @@ pythonPackages = modules // import ./python-packages-generated.nix {
|
||||
src = fetchgit {
|
||||
inherit rev;
|
||||
url = "https://github.com/Pylons/substanced.git";
|
||||
sha256 = "e32ddfba5310a2a9814abb4f6702eded8e7b7ad867d7a7337e8f4e3b3fb8e0b3";
|
||||
sha256 = "eded6468563328af37a07aeb88ef81ed78ccaff2ab687cac34ad2b36e19abcb4";
|
||||
};
|
||||
|
||||
buildInputs = [ mock ];
|
||||
|
Loading…
Reference in New Issue
Block a user