diff options
| author | Julian Andres Klode <jak@debian.org> | 2009-01-11 20:48:40 +0100 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2009-01-11 20:48:40 +0100 |
| commit | eb32fb89da3e3e1ff4a9668aaed6d533f04e9ee7 (patch) | |
| tree | 955fce1a767b3d31c6f33d0cc8b430ae3127b1a0 | |
| parent | 2e980f4f190abb787f9aa9939a404875905d651c (diff) | |
| download | python-apt-eb32fb89da3e3e1ff4a9668aaed6d533f04e9ee7.tar.gz | |
* doc/source/apt_pkg/cache.rst: Mention the SHA256Hash is new in 0.7.9
| -rw-r--r-- | doc/source/apt_pkg/cache.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/source/apt_pkg/cache.rst b/doc/source/apt_pkg/cache.rst index 6e924aeb..af67d82f 100644 --- a/doc/source/apt_pkg/cache.rst +++ b/doc/source/apt_pkg/cache.rst @@ -928,6 +928,8 @@ broken dependencies: Return the SHA256 hashsum of the package. This refers to the field 'SHA256' in the raw record. + .. versionadded:: 0.7.9 + .. attribute:: SourcePkg Return the source package. |
