lol
0
fork

Configure Feed

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

python38Packages.pyramid_multiauth: 0.9.0 -> 1.0.1

authored by

R. Ryantm and committed by
Jonathan Ringer
7b77cca2 3fc245b3

+2 -2
+2 -2
pkgs/development/python-modules/pyramid_multiauth/default.nix
··· 6 6 7 7 buildPythonPackage rec { 8 8 pname = "pyramid_multiauth"; 9 - version = "0.9.0"; 9 + version = "1.0.1"; 10 10 11 11 src = fetchPypi { 12 12 inherit pname version; 13 - sha256 = "0lprqjyg3zcji6033p1l3s4nigjigc5423wgivkfhz46vq0jmniy"; 13 + sha256 = "6d8785558e1d0bbe0d0da43e296efc0fbe0de5071d1f9b1091e891f0e4ec9682"; 14 14 }; 15 15 16 16 propagatedBuildInputs = [ pyramid ];