mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 19:16:11 +00:00
Logbook: 0.4.1 -> 0.4.2
This commit is contained in:
parent
eabf347033
commit
19993fcbf8
@ -6631,12 +6631,12 @@ pythonPackages = modules // rec {
|
||||
|
||||
Logbook = buildPythonPackage rec {
|
||||
name = "Logbook-${version}";
|
||||
version = "0.4.1";
|
||||
version = "0.4.2";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://pypi.python.org/packages/source/L/Logbook/${name}.tar.gz";
|
||||
# md5 = "143cb15af4c4a784ca785a1546ad1b93";
|
||||
sha256 = "0iim9pcyl57c6z9i1kfw5nz92qrnpz2l0bz4lir2xrqi8m03q3d7";
|
||||
sha256 = "1g2pnhxh7m64qsrs0ifwcmpfk7gqjvrawd8z66i001rsdnq778v0";
|
||||
};
|
||||
|
||||
meta = {
|
||||
|
Loading…
Reference in New Issue
Block a user