nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

python3Packages.ossapi: 5.3.1 -> 5.3.2

R. Ryantm 23a401b1 a8d0cd58

+2 -2
+2 -2
pkgs/development/python-modules/ossapi/default.nix
··· 12 12 13 13 buildPythonPackage rec { 14 14 pname = "ossapi"; 15 - version = "5.3.1"; 15 + version = "5.3.2"; 16 16 pyproject = true; 17 17 18 18 src = fetchFromGitHub { 19 19 owner = "tybug"; 20 20 repo = "ossapi"; 21 21 tag = "v${version}"; 22 - hash = "sha256-5a2kSdOHF0BM/ZjhtPc9O/BiZXeLuZFlXwVOJHnKYLI="; 22 + hash = "sha256-sLzw/0RsA0PGxxQeVz4TGIpTMMlrZ0i4ZGolrz5S16E="; 23 23 }; 24 24 25 25 build-system = [ setuptools ];