mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
swh.swh-core: 2.22.0 -> 2.24.0
This commit is contained in:
parent
9d8324cf19
commit
c56df73bb2
@ -3,12 +3,12 @@
|
|||||||
with python3Packages;
|
with python3Packages;
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "swh-core";
|
pname = "swh-core";
|
||||||
version = "2.22.0";
|
version = "2.24.0";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit version;
|
inherit version;
|
||||||
pname = "swh.core";
|
pname = "swh.core";
|
||||||
sha256 = "sha256-y7jehR53jNdM0L625BlpRurRvoHDl4k/sgXZrT48p6A=";
|
sha256 = "sha256-62xFSPxW/XvK5v1i4RA7Iwrr4V5nfxrs+PGHHC56trQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Tests require network access.
|
# Tests require network access.
|
||||||
|
Loading…
Reference in New Issue
Block a user